Sha256: 9b3085e5cf116ddd3ebe886275c7d14787f04a8476585e9e12326079b2e08c2a

Contents?: true

Size: 466 Bytes

Versions: 16

Compression:

Stored size: 466 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../../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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
controller_scaffolding-1.4.4 test/dummy/test/test_helper.rb
controller_scaffolding-1.4.3 test/dummy/test/test_helper.rb
controller_scaffolding-1.4.2 test/dummy/test/test_helper.rb
controller_scaffolding-1.4.1 test/dummy/test/test_helper.rb
controller_scaffolding-1.4.0 test/dummy/test/test_helper.rb
controller_scaffolding-1.3.0 test/dummy/test/test_helper.rb
controller_scaffolding-1.2.0 test/dummy/test/test_helper.rb
controller_scaffolding-1.1.1 test/dummy/test/test_helper.rb
controller_scaffolding-1.1.0 test/dummy/test/test_helper.rb
controller_scaffolding-1.0.4 test/dummy/test/test_helper.rb
controller_scaffolding-1.0.3 test/dummy/test/test_helper.rb
controller_scaffolding-1.0.2 test/dummy/test/test_helper.rb
controller_scaffolding-1.0.1 test/dummy/test/test_helper.rb
controller_scaffolding-1.0.0 test/dummy/test/test_helper.rb
controller_scaffolding-0.1.5 test/dummy/test/test_helper.rb
controller_scaffolding-0.0.52 test/dummy/test/test_helper.rb