Skip to content

Commit e8a33b7

Browse files
committedMay 20, 2015
Remove minitest from stdlib
It's not part of MRI and it never belonged there, checkout the opal-minitest gem instead. fixes #880
1 parent 9933c66 commit e8a33b7

15 files changed

+3
-0
lines changed
 

Diff for: ‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## edge (upcoming 0.8.0)
22

3+
* Removed minitest from stdlib. It's not part of MRI and it never belonged there, checkout the opal-minitest gem instead.
4+
35
* Parser: Allow trailing comma in paren arglists, after normal args as
46
well as assoc args.
57

Diff for: ‎tasks/testing.rake

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ task :cruby_tests do
8181
end
8282
end
8383
end
84+
include_paths << ' -Ivendored-minitest'
8485

8586
requires = files.map{|f| "require '#{f}'"}
8687
filename = 'tmp/cruby_tests.rb'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.