Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Mar 28, 2015
1 parent 31ccc87 commit d4fdff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_jquery_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def teardown

def to_js(string)
Ruby2JS.convert(string, filters:
[Ruby2JS::Filter::JQuery, Wunderbar::Filter::JQuery])
[Ruby2JS::Filter::JQuery, Wunderbar::Filter::JQuery]).to_s
end

def test_name_text_attr
Expand Down

0 comments on commit d4fdff1

Please sign in to comment.