Skip to content

Commit 4550c08

Browse files
committedJun 10, 2014
Skip specs marked as not_supported_on(:opal)
1 parent 57d3330 commit 4550c08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎lib/mspec/opal/rake_task.rb

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class Opal::Nodes::CallNode
1414
push fragment("nil")
1515
end
1616
end
17+
18+
add_special :not_supported_on do
19+
unless meth == :not_supported_on and arglist[1][1] == :opal
20+
compile_default!
21+
end
22+
end
1723
end
1824

1925

0 commit comments

Comments
 (0)
Please sign in to comment.