diff test/test_helper.rb @ 19:157f7fd136fc

Double quotes everywhere.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:11:19 +0900
parents a1c9fadc0904
children eb07f7dc25eb
line wrap: on
line diff
--- a/test/test_helper.rb	Fri Sep 05 23:10:53 2014 +0900
+++ b/test/test_helper.rb	Fri Sep 05 23:11:19 2014 +0900
@@ -1,6 +1,6 @@
-ENV['RAILS_ENV'] ||= 'test'
-require File.expand_path('../../config/environment', __FILE__)
-require 'rails/test_help'
+ENV["RAILS_ENV"] ||= "test"
+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...