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
2014-09-02 23:49:24 +02:00

6 lines
159 B
Ruby

ENV['RAILS_ENV'] = ENV['RACK_ENV'] = 'test'
require 'test_helper'
require 'dummy_rails/config/environment'
require 'rails/test_help'
require 'capybara/rails'