summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
blob: f7d48ec75e4f6b253338f0d3220871434ca29728 (plain)
1
2
3
4
5
6
7
8
9
ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

require 'mocha'

class ActiveSupport::TestCase
  # Add more helper methods to be used by all tests here...
end