comparison test/test_helper.rb @ 331:7c7b7906ebd9

Some more coding style.
author edogawaconan <me@myconan.net>
date Mon, 14 Apr 2014 17:21:16 +0900
parents 207853e26088
children
comparison
equal deleted inserted replaced
330:96631607785f 331:7c7b7906ebd9
1 ENV["RAILS_ENV"] ||= "test" 1 ENV["RAILS_ENV"] ||= "test"
2 require File.expand_path('../../config/environment', __FILE__) 2 require File.expand_path("../../config/environment", __FILE__)
3 require 'rails/test_help' 3 require "rails/test_help"
4 4
5 class ActiveSupport::TestCase 5 class ActiveSupport::TestCase
6 ActiveRecord::Migration.check_pending! 6 ActiveRecord::Migration.check_pending!
7 7
8 # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. 8 # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.