Sha256: 651dbaad29d2d6b176f465a3da738f5b599d002234928a1411f31d6f1c54fae2
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' require 'mocha' class ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # # Note: You'll currently still have to declare fixtures explicitly in integration tests # -- they do not yet inherit this setting fixtures :all # Add more helper methods to be used by all tests here... end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
bcms_cas-1.2.2 | test/test_helper.rb |
bcms_cas-1.2.0 | test/test_helper.rb |
flushing-flash-0.4.2 | test-dummies/dummy/test/test_helper.rb |
flushing-flash-0.4.1 | test/dummy/test/test_helper.rb |