Sha256: 35cc1570764c4a0c06f3b8917fd4459e7773f2106fa57bc27e6cc43379b5163f
Contents?: true
Size: 506 Bytes
Versions: 3
Compression:
Stored size: 506 Bytes
Contents
require 'coveralls' Coveralls.wear! # 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
attr_similar-0.0.0 | test/test_helper.rb |
i18n_dashboard-0.1.4 | test/test_helper.rb |
i18n_dashboard-0.1.3 | test/test_helper.rb |