Sha256: b04fad9dffebd5f2b84a7d8b9e4c943a86766686564baadd118cb1db1a91eb3a

Contents?: true

Size: 446 Bytes

Versions: 96

Compression:

Stored size: 446 Bytes

Contents

ENV['RAILS_ENV'] = 'test'

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

Minitest.backtrace_filter = Minitest::BacktraceFilter.new

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

if ActiveSupport::TestCase.respond_to?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
  ActiveSupport::TestCase.fixtures :all
end

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
payment_icons-1.7.49 test/test_helper.rb
payment_icons-1.7.48 test/test_helper.rb
payment_icons-1.7.47 test/test_helper.rb
payment_icons-1.7.45 test/test_helper.rb
payment_icons-1.7.44 test/test_helper.rb
payment_icons-1.7.43 test/test_helper.rb
payment_icons-1.7.42 test/test_helper.rb
payment_icons-1.7.39 test/test_helper.rb
payment_icons-1.7.38 test/test_helper.rb
payment_icons-1.7.37 test/test_helper.rb
payment_icons-1.7.36 test/test_helper.rb
payment_icons-1.7.35 test/test_helper.rb
payment_icons-1.7.34 test/test_helper.rb
payment_icons-1.7.33 test/test_helper.rb
payment_icons-1.7.32 test/test_helper.rb
payment_icons-1.7.31 test/test_helper.rb
payment_icons-1.7.30 test/test_helper.rb
payment_icons-1.7.29 test/test_helper.rb
payment_icons-1.7.28 test/test_helper.rb
payment_icons-1.7.27 test/test_helper.rb