Skip to content

Commit e7e62da

Browse files
committed
Remove last heredoc fix. All heredocs now parse under opal
1 parent 37fc3bb commit e7e62da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
4343
opal 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)

app/rspec/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)