mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Make sure we're using minitest from the gem
This commit is contained in:
parent
a23f85b251
commit
50490121dc
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'rubygems'
|
||||
gem "minitest"
|
||||
require 'bundler/setup'
|
||||
require 'test/unit' # On JRuby, tests won't run unless we include this. WTF?
|
||||
require 'minitest/autorun'
|
||||
|
|
Loading…
Add table
Reference in a new issue