annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
1 ENV["RAILS_ENV"] ||= "test"
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 require File.expand_path("../../config/environment", __FILE__)
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
3 require "rails/test_help"
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
4
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
5 class ActiveSupport::TestCase
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
6 # Add more helper methods to be used by all tests here...
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
7 end