Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_helper_rails.rb « test - github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2dd877a81d4e1a612643b46356df99970c55e974 (plain)
1
2
3
4
5
6
ENV['RAILS_ENV'] = ENV['RACK_ENV'] = 'test'

require 'test_helper'
require 'dummy_rails/config/environment'
require 'rails/test_help'
require 'capybara/rails'