Sync boilerplate with Rails 4.1.4

This commit is contained in:
Dan Rice 2014-07-07 21:25:24 -04:00
parent 4125faf109
commit 9125355313
14 changed files with 186 additions and 74 deletions

View file

@ -1,4 +1,4 @@
ENV["RAILS_ENV"] ||= "test"
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'