Sha256: 724a09b000c8e017747d559f3dbdb867b1ace2139d872d4ae825e7aa08a1c153
Contents?: true
Size: 711 Bytes
Versions: 32
Compression:
Stored size: 711 Bytes
Contents
ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../../../../config/environment", __FILE__) require 'rspec/rails' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. # require 'support/fixture_loader' RSpec.configure do |config| # uncomment to use :focus => true to run a single Spec # config.filter_run :focus => true # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true. config.use_transactional_fixtures = true config.before(:suite) do Configuration.create(:name=>'revision', :value=>'0') end end
Version data entries
32 entries across 32 versions & 1 rubygems