# HG changeset patch # User edogawaconan # Date 1409926889 -32400 # Node ID eb07f7dc25eb9292f97c3de24a9d2a090344fd8e # Parent 6e3ff830e94a28e9f24e96a3b4a97b5f59d5d305 Use nested style instead of compact. diff -r 6e3ff830e94a -r eb07f7dc25eb test/test_helper.rb --- a/test/test_helper.rb Fri Sep 05 23:14:40 2014 +0900 +++ b/test/test_helper.rb Fri Sep 05 23:21:29 2014 +0900 @@ -2,6 +2,8 @@ require File.expand_path("../../config/environment", __FILE__) require "rails/test_help" -class ActiveSupport::TestCase - # Add more helper methods to be used by all tests here... +module ActiveSupport + class TestCase + # Add more helper methods to be used by all tests here... + end end