comparison test/test_helper.rb @ 22:eb07f7dc25eb

Use nested style instead of compact.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:21:29 +0900
parents 157f7fd136fc
children
comparison
equal deleted inserted replaced
21:6e3ff830e94a 22:eb07f7dc25eb
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 module ActiveSupport
6 # Add more helper methods to be used by all tests here... 6 class TestCase
7 # Add more helper methods to be used by all tests here...
8 end
7 end 9 end