1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Update totally to minitest

Update haml-spec to commit using minitest. Remove unneeded require of
test/unit in test_helper.rb.
This commit is contained in:
Matt Wildig 2012-06-13 05:59:45 +01:00
parent 18315b0cbd
commit f8b5e8cf2e
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 47505ac788b7ffb6129431dfd3f03b69147b3dde
Subproject commit 15288201caf6bbf982953acdba8da7380d0fcad0

View file

@ -6,7 +6,6 @@ end
require 'rubygems'
gem "minitest"
require 'bundler/setup'
require 'test/unit' # On JRuby, tests won't run unless we include this. WTF?
require 'minitest/autorun'
require 'action_pack'
require 'action_controller'