We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571f57e commit 868117bCopy full SHA for 868117b
opal/opal/rspec/fixes.rb
@@ -7,6 +7,13 @@ def flat_map(array)
7
module_function :flat_map
8
end
9
10
+# This breaks on 2.0.0, so it is here ready for when opal bumps to 2.0.0
11
+class RSpec::CallerFilter
12
+ def self.first_non_rspec_line
13
+ ""
14
+ end
15
+end
16
+
17
# String#<< is not supported by Opal
18
module RSpec::Expectations
19
def self.fail_with(message, expected = nil, actual = nil)
0 commit comments