1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/test/test_helper_rails.rb

7 lines
159 B
Ruby
Raw Normal View History

2014-09-02 23:48:44 +02:00
ENV['RAILS_ENV'] = ENV['RACK_ENV'] = 'test'
require 'test_helper'
require 'dummy_rails/config/environment'
require 'rails/test_help'
require 'capybara/rails'