File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ to opal itself. In app/rspec we have to stub various rspec files.
4242* ** line 1** : ` require_rspec ` to fake require_relative doesnt work at runtime.
4343opal has to include all dependencies into build.
4444
45- * ** line 90** : heredoc fails to parse in opal as EOS is used within heredoc
46-
4745## License
4846
4947(The MIT License)
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def self.configuration
8888 RSpec . warn_deprecation <<-WARNING
8989
9090*****************************************************************
91- DEPRECATION WARN
91+ DEPRECATION WARNING
9292
9393* RSpec.configuration with a block is deprecated and has no effect.
9494* please use RSpec.configure with a block instead.
You can’t perform that action at this time.
0 commit comments