Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 8639e04

Browse files
committed
Unbroke test
This test case passed on opal 0.8 & react v13-15
1 parent 9710d3f commit 8639e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/react/dsl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def render
8686
Mod::Bar.class_eval do
8787
collect_other_params_as :attributes
8888
def render
89-
"a man walks into a bar".span(attributes)
89+
"a man walks into a bar".span(params.attributes)
9090
end
9191
end
9292
stub_const 'Foo', Class.new(React::Component::Base)

0 commit comments

Comments
 (0)