Sha256: 7304093b2b77697fc4fcdaf3c8b6820a6f3f53f5ae84305792b926bc17e48e7d
Contents?: true
Size: 586 Bytes
Versions: 2
Compression:
Stored size: 586 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../../test/dummy/config/environment.rb", __FILE__) require "rails/test_help" # Filter out Minitest backtrace while allowing backtrace from other libraries # to be shown. Minitest.backtrace_filter = Minitest::BacktraceFilter.new # 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 |
---|---|
pdfjs-0.0.3 | test/test_helper.rb |
pdfjs-0.0.2 | test/test_helper.rb |