Skip to content

Commit

Permalink
Stub out 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 9312d8f commit 6d25a78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion spec/fileutils.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/iconv.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/yaml.rb

This file was deleted.

4 changes: 4 additions & 0 deletions tasks/mspec.rake
Expand Up @@ -27,6 +27,10 @@ class SpecEnvironment < Opal::Environment
append_path 'spec'
append_path 'rubyspec'
use_gem 'mspec'

%w[fileutils iconv yaml].each do |asset|
Opal::Processor.stub_file asset
end
end

def specs
Expand Down

0 comments on commit 6d25a78

Please sign in to comment.