Skip to content

Commit 646e8e2

Browse files
committedDec 7, 2014
Keep rspec files separate from opal-rspec sources
1 parent ca7e159 commit 646e8e2

File tree

141 files changed

+37
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+37
-0
lines changed
 

‎README.md

+36

‎lib/opal/rspec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Just register our opal code path with opal build tools
55
Opal.append_path File.expand_path('../../../opal', __FILE__)
6+
Opal.append_path File.expand_path('../../../vendor_lib', __FILE__)
67

78
Opal::Processor.dynamic_require_severity = :warning
89

0 commit comments

Comments
 (0)
Please sign in to comment.