test_helper.rb 172 Bytes Edit Raw Blame History 1 2 3 4 5 6 require File.dirname(__FILE__) + '/../../../test/test_helper' require 'spec' class ActiveRecord::TestCase < ActiveSupport::TestCase include OrdersCyclePluginFactory end