Sha256: 28e1da8063173ff3827061c9bfa41db3e1f573598b29e31020ed40ede46fc325
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help" #Run any available migration #ActiveRecord::Migrator.migrate 'up' load 'dummy/db/schema.rb' # Set fixtures root ActiveSupport::TestCase.fixture_path=(File.expand_path("../dummy/test/fixtures", __FILE__)) ActiveSupport::TestCase.fixtures :all Rails.backtrace_cleaner.remove_silencers! # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
magic_grid-0.9.3.1 | test/test_helper.rb |
magic_grid-0.9.3 | test/test_helper.rb |