Sha256: ab218d9511491de68a04ecd647dc72f14d66613ecc1ecb2480952a6942ba85f0
Contents?: true
Size: 322 Bytes
Versions: 3
Compression:
Stored size: 322 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. fixtures :all # Add more helper methods to be used by all tests here... end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
shipstation-0.26 | test/dummy/test/test_helper.rb |
raygun4ruby-3.2.6 | spec/dummy/test/test_helper.rb |
raygun4ruby-3.2.4 | spec/dummy/test/test_helper.rb |