Sha256: 43e78d514f68bae3c327d58540f7b968228b301e353d2b9acd0fc6e791271dc2

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)

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
policy_machine-0.0.2 test/test_helper.rb
rake-kit-0.1.7 spec/spec_helper.rb
rake-kit-0.1.6 spec/spec_helper.rb