mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Require the right test-unit
This commit is contained in:
parent
35ab500fb9
commit
0d415362db
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ENV['RAILS_ENV'] = ENV['RACK_ENV'] = 'test'
|
|||
$:.unshift("#{File.dirname(__FILE__)}/..")
|
||||
require File.expand_path('dummy_rails/config/environment', File.dirname(__FILE__))
|
||||
|
||||
require 'test/unit'
|
||||
require 'test-unit'
|
||||
|
||||
require 'sass'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue