Sha256: 0816256d359c4e8e1b75cff861f4af754a38507930dd9887deba95a80d29ac89
Contents?: true
Size: 596 Bytes
Versions: 3
Compression:
Stored size: 596 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help" Rails.backtrace_cleaner.remove_silencers! # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } # Load fixtures from the engine if ActiveSupport::TestCase.method_defined?(:fixture_path=) ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__) end # Add the dummy app's root to the view path so public will get picked up ActionController::Base.prepend_view_path 'test/dummy'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
robots_dot_text-0.0.3 | test/test_helper.rb |
robots_dot_text-0.0.2 | test/test_helper.rb |
robots_dot_text-0.0.1 | test/test_helper.rb |