Mercurial > rsstweet
annotate test/test_helper.rb @ 165:5af9b537db86
Unbreak \everything/
- simplify routing, no more split hackery
- fix user lookup and differentiate between id and name lookup
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 03 Aug 2018 02:31:25 +0900 |
parents | eb07f7dc25eb |
children |
rev | line source |
---|---|
19 | 1 ENV["RAILS_ENV"] ||= "test" |
2 require File.expand_path("../../config/environment", __FILE__) | |
3 require "rails/test_help" | |
0 | 4 |
22
eb07f7dc25eb
Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents:
19
diff
changeset
|
5 module ActiveSupport |
eb07f7dc25eb
Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents:
19
diff
changeset
|
6 class TestCase |
eb07f7dc25eb
Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents:
19
diff
changeset
|
7 # Add more helper methods to be used by all tests here... |
eb07f7dc25eb
Use nested style instead of compact.
edogawaconan <me@myconan.net>
parents:
19
diff
changeset
|
8 end |
0 | 9 end |