Sha256: 7b4e99f9dfef3f7759db989cfe1bba7c2efaadcbf7f2130c784523d9ecf2310b
Contents?: true
Size: 501 Bytes
Versions: 1
Compression:
Stored size: 501 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require 'rails/test_help' #class ActiveSupport::TestCase # ActiveRecord::Migration.check_pending! # # # Setup all fixtures in test/fixtures/*.yml 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watarase-0.0.2 | test/dummy/test/test_helper.rb |