Skip to content

Commit

Permalink
Include rspec.js stub for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 30, 2013
1 parent 7bba990 commit b774c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
Gemfile.lock
opal/opal/rspec/rspec.js
2 changes: 2 additions & 0 deletions opal/opal/rspec/rspec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// opal-rspec must be used as a gem as only releases include rspec.js
throw new Error("rspec has not been included. You must precompile rspec");

0 comments on commit b774c92

Please sign in to comment.