Sha256: 8052063bff0251bc30810e844903a1d3202183a32f26d97cee2ea0d9f9e15eeb

Contents?: true

Size: 460 Bytes

Versions: 2

Compression:

Stored size: 460 Bytes

Contents

ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require "rails/test_help"
require "minitest/rails"

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir[Rails.root.join("test/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

2 entries across 2 versions & 1 rubygems

Version Path
object_identifier-0.0.6 test/test_helper.rb
object_identifier-0.0.5 test/test_helper.rb