Sha256: 1b92a5d81b0982b1626f481fadda8f6e6b70add5dc74dbd5359c506e983ff6cf

Contents?: true

Size: 978 Bytes

Versions: 597

Compression:

Stored size: 978 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
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.
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}

RSpec.configure do |config|
  # == Mock Framework
  #
  # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
  config.mock_with :rspec

  # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
  config.fixture_path = "#{::Rails.root}/spec/fixtures"

  # 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
end

Version data entries

597 entries across 554 versions & 34 rubygems

Version Path
active-fedora-6.7.8 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.7 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.6 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.5 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.4 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.3 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.2 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.1 spec/rails3_test_app/spec/spec_helper.rb
sorcery-0.8.4 spec/rails3/spec/spec_helper.orig.rb
sorcery-0.8.4 spec/rails3_mongoid/spec/spec_helper.orig.rb
sorcery-0.8.4 spec/rails3_mongo_mapper/spec/spec_helper.orig.rb
active-fedora-6.7.0 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.7.0.rc1 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.6.1 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.6.0 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-5.7.1 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-5.7.0 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.6.0.rc5 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.6.0.rc4 spec/rails3_test_app/spec/spec_helper.rb
active-fedora-6.6.0.rc3 spec/rails3_test_app/spec/spec_helper.rb