mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
6 lines
159 B
Ruby
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'
|