@@ -20,8 +20,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button disabled label is set correctly" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
@@ -32,8 +32,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button label class is set correctly" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
@@ -44,8 +44,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button 'id' attribute is used to specify label 'for' attribute" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
@@ -55,8 +55,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button inline label is set correctly" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
HTML
@@ -65,8 +65,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button disabled inline label is set correctly" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
HTML
@@ -75,8 +75,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
test "radio_button inline label class is set correctly" do
expected = <<-HTML.strip_heredoc
-
-
+
+
This is a radio button
HTML
@@ -89,8 +89,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
This is a radio button collection
-
-
+
+
Foobar
@@ -107,12 +107,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase
Misc
-
- Foo
+
+ Foo
-
- Bar
+
+ Bar
HTML
@@ -125,10 +125,10 @@ class BootstrapRadioButtonTest < ActionView::TestCase
expected = <<-HTML.strip_heredoc
Misc
-
- Foo
-
- Bar
+
+ Foo
+
+ Bar
HTML
@@ -141,12 +141,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase
Misc
-
- Foo
+
+ Foo
-
- Bar
+
+ Bar
HTML
@@ -160,8 +160,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
This is a radio button collection
-
- rabooF
+
+ rabooF
With a help!
@@ -176,8 +176,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
This is a radio button collection
-
- Foobar
+
+ Foobar
With a help!
@@ -192,12 +192,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase
Misc
-
- ooF
+
+ ooF
-
- raB
+
+ raB
HTML
@@ -211,12 +211,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase
Misc
-
- Foo
+
+ Foo
-
- Bar
+
+ Bar
HTML
@@ -230,8 +230,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
This is a radio button collection
-
- rabooF
+
+ rabooF
With a help!
@@ -246,8 +246,8 @@ class BootstrapRadioButtonTest < ActionView::TestCase
This is a radio button collection
-
- Foobar
+
+ Foobar
With a help!
@@ -262,12 +262,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase
Misc
-
- ooF
+
+ ooF
-
- raB
+
+ raB
HTML
@@ -281,12 +281,12 @@ class BootstrapRadioButtonTest < ActionView::TestCase