Sha256: e368c44a67ae34dd8d584f67a44d58eb8311afc1ed40452e68660e432d990c98
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 Bytes
Contents
# Base configuration for RSPEC ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../dummy/config/environment.rb', __FILE__) require 'rspec/rails' RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end # For fixtures config.use_transactional_fixtures = true config.global_fixtures = :all config.fixture_path = './spec/fixtures' # rspec-mocks config goes here config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shareable_models-0.6.0 | spec/spec_helper.rb |
shareable_models-0.5.0 | spec/spec_helper.rb |