Sha256: ec48aa51969488721ef6b4f29b041f1f016a470cee34c1362672442d349e7f78
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
# Configure Rails Environment ENV["RAILS_ENV"] ||= "test" # Load the test framework require 'bundler/setup' require 'rspec' 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 & 1 rubygems
Version | Path |
---|---|
zen_garden-0.0.5 | spec/spec_helper.rb |
zen_garden-0.0.2 | spec/spec_helper.rb |
zen_garden-0.0.1 | spec/spec_helper.rb |