Sha256: 8e154a3e2067f9d8e119d74f184b289bcc21172f41b0c3369a7da2b7dd8f7be4
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
piggybak_free_shipping_by_product-0.0.2 | test/test_helper.rb |
piggybak_free_shipping_by_product-0.0.1 | test/test_helper.rb |