Mercurial > rsstweet
view 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 |
line wrap: on
line source
ENV["RAILS_ENV"] ||= "test" require File.expand_path("../../config/environment", __FILE__) require "rails/test_help" module ActiveSupport class TestCase # Add more helper methods to be used by all tests here... end end