1
0
Fork 0
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:
Norman Clarke 2012-05-21 19:11:14 -03:00
parent a23f85b251
commit 50490121dc

View file

@ -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'