Sha256: acb322a423385daccd21bb93fb3c0c4ce5976a57d699d492787fcc8bdb61232f
Contents?: true
Size: 625 Bytes
Versions: 4
Compression:
Stored size: 625 Bytes
Contents
require 'redcard' require 'tooling/profiler/profiler' if RedCard.check :rubinius require 'coveralls' Coveralls.wear! 'rails' ENV["RAILS_ENV"] = "test" require File.expand_path('../dummy/config/environment', __FILE__) require 'rails/test_help' require 'minitest/spec' require 'resque' require 'mocha/setup' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
resque-web-0.0.4 | test/test_helper.rb |
resque-web-0.0.3 | test/test_helper.rb |
resque-web-0.0.2 | test/test_helper.rb |
resque-web-0.0.1 | test/test_helper.rb |