tracks/test/minimal_test_helper.rb
Reinier Balt 35cab99cea switch to minitest from test/unit
not sure if this is the right change, but tests seem to run
2014-05-16 14:33:18 +02:00

4 lines
99 B
Ruby

ENV["RAILS_ENV"] ||= "test"
require 'mocha/setup'
$:.unshift File.dirname(File.dirname(__FILE__))