Sha256: b3c213c15bd6f19151faab4e0d55e7cc31c6d75b19d0a0af5079e95ff29135c7
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 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 class ActiveSupport::TestCase fixtures :all end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
anti_spam-0.0.2 | test/test_helper.rb |
anti_spam-0.0.1 | test/test_helper.rb |