Sha256: 3ff4528660418130bbfae1cded4519b17b577cd6e32c6bb89f98094a5a202117

Contents?: true

Size: 545 Bytes

Versions: 52

Compression:

Stored size: 545 Bytes

Contents

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

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

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

52 entries across 52 versions & 1 rubygems

Version Path
foreign_office-0.16.2 test/test_helper.rb
foreign_office-0.16.1 test/test_helper.rb
foreign_office-0.16.0 test/test_helper.rb
foreign_office-0.15.12 test/test_helper.rb
foreign_office-0.15.11 test/test_helper.rb
foreign_office-0.15.10 test/test_helper.rb
foreign_office-0.15.9 test/test_helper.rb
foreign_office-0.15.8 test/test_helper.rb
foreign_office-0.15.7 test/test_helper.rb
foreign_office-0.15.6 test/test_helper.rb
foreign_office-0.15.5 test/test_helper.rb
foreign_office-0.15.4 test/test_helper.rb
foreign_office-0.15.3 test/test_helper.rb
foreign_office-0.15.2 test/test_helper.rb
foreign_office-0.15.1 test/test_helper.rb
foreign_office-0.15.0 test/test_helper.rb
foreign_office-0.14.0 test/test_helper.rb
foreign_office-0.13.0 test/test_helper.rb
foreign_office-0.12.3 test/test_helper.rb
foreign_office-0.12.2 test/test_helper.rb