Sha256: b0d4919b9609261fac0551c2ef05dc766ec2ced0f55cb1743f0640957d7207a6

Contents?: true

Size: 557 Bytes

Versions: 3

Compression:

Stored size: 557 Bytes

Contents

# This file is copied to ~/spec when you run 'ruby script/generate rspec'
# from the project root directory.
ENV["RAILS_ENV"] ||= "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'spec/rails'

Spec::Runner.configure do |config|
  config.use_transactional_fixtures = true
  config.use_instantiated_fixtures  = false
  config.fixture_path = RAILS_ROOT + '/spec/fixtures'
  config.before(:each, :behaviour_type => :controller) do
    raise_controller_errors
  end
  config.global_fixtures = [:beings, :properties]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
has_finder-0.1.1 spec/rails/spec/spec_helper.rb
has_finder-0.1.2 spec/rails/spec/spec_helper.rb
has_finder-0.1.3 spec/rails/spec/spec_helper.rb