Mercurial > rsstweet
comparison 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 |
comparison
equal
deleted
inserted
replaced
18:aeb4d50ec21b | 19:157f7fd136fc |
---|---|
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 # Add more helper methods to be used by all tests here... | 6 # Add more helper methods to be used by all tests here... |
7 end | 7 end |