mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Autoload bundle dependencies in tests
This commit is contained in:
parent
04fdd52aec
commit
c51d06705c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ if ENV["COVERAGE"]
|
|||
SimpleCov.start
|
||||
end
|
||||
|
||||
require 'bundler/setup'
|
||||
require 'bundler'
|
||||
Bundler.require(:default)
|
||||
require 'minitest/autorun'
|
||||
require 'action_pack'
|
||||
require 'action_controller'
|
||||
|
|
Loading…
Reference in a new issue