actionpack 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actionpack might be problematic. Click here for more details.

@@ -16,6 +16,14 @@ class TagHelperTest < Test::Unit::TestCase
16
16
  assert_equal "<p class=\"elsewhere\" />", tag("p", "class" => "show", :class => "elsewhere")
17
17
  end
18
18
 
19
+ def test_tag_options_rejects_nil_option
20
+ assert_equal "<p />", tag("p", :ignored => nil)
21
+ end
22
+
23
+ def test_tag_options_accepts_blank_option
24
+ assert_equal "<p included=\"\" />", tag("p", :included => '')
25
+ end
26
+
19
27
  def test_content_tag
20
28
  assert_equal "<a href=\"create\">Create</a>", content_tag("a", "Create", "href" => "create")
21
29
  assert_equal content_tag("a", "Create", "href" => "create"),
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: actionpack
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.9.0
7
- date: 2005-07-06
6
+ version: 1.9.1
7
+ date: 2005-07-11
8
8
  summary: Web-flow and rendering framework putting the VC in MVC.
9
9
  require_paths:
10
10
  - lib
@@ -196,7 +196,7 @@ files:
196
196
  - test/template/form_helper_test.rb
197
197
  - test/template/form_options_helper_test.rb
198
198
  - test/template/form_tag_helper_test.rb
199
- - test/template/javascript_helper.rb
199
+ - test/template/javascript_helper_test.rb
200
200
  - test/template/number_helper_test.rb
201
201
  - test/template/tag_helper_test.rb
202
202
  - test/template/text_helper_test.rb
@@ -233,5 +233,5 @@ dependencies:
233
233
  -
234
234
  - "="
235
235
  - !ruby/object:Gem::Version
236
- version: 1.1.0
236
+ version: 1.1.1
237
237
  version: