Skip to content

Commit

Permalink
Remove last heredoc fix. All heredocs now parse under opal
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 3, 2013
1 parent 37fc3bb commit e7e62da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -42,8 +42,6 @@ to opal itself. In app/rspec we have to stub various rspec files.
* **line 1**: `require_rspec` to fake require_relative doesnt work at runtime.
opal has to include all dependencies into build.

* **line 90**: heredoc fails to parse in opal as EOS is used within heredoc

## License

(The MIT License)
Expand Down
2 changes: 1 addition & 1 deletion app/rspec/core.rb
Expand Up @@ -88,7 +88,7 @@ def self.configuration
RSpec.warn_deprecation <<-WARNING
*****************************************************************
DEPRECATION WARN
DEPRECATION WARNING
* RSpec.configuration with a block is deprecated and has no effect.
* please use RSpec.configure with a block instead.
Expand Down

0 comments on commit e7e62da

Please sign in to comment.