Skip to content

Commit

Permalink
Stub some required stdlib files using Opal::Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 28, 2013
1 parent e4d9f76 commit 7bba990
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -26,6 +26,11 @@ def build_rspec
Opal.use_gem 'rspec'
Opal.use_gem 'rspec-expectations'

%w[fileutils test/unit/assertions coderay optparse shellwords socket uri
drb/drb diff/lcs diff/lcs/hunk].each do |asset|
Opal::Processor.stub_file asset
end

Opal.process('rspec-builder')
end

Expand Down

0 comments on commit 7bba990

Please sign in to comment.