Sha256: 90f29cf53a327468067df8c988410817225ee9fa1a37668164f558dfeaa9de6d

Contents?: true

Size: 399 Bytes

Versions: 11

Compression:

Stored size: 399 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV['RAILS_ENV'] ||= 'test'
require 'spec_helper'

ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
  config.include FactoryGirl::Syntax::Methods
  config.before(:suite) do
    # FactoryGirl.lint
  end
  
  config.use_transactional_fixtures = false
  config.infer_spec_type_from_file_location!
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rails_wordpress-0.2.1 spec/rails_helper.rb
rails_wordpress-0.2.0 spec/rails_helper.rb
rails_wordpress-0.1.2 spec/rails_helper.rb
rails_wordpress-0.1.1 spec/rails_helper.rb
rails_wordpress-0.0.7 spec/rails_helper.rb
rails_wordpress-0.0.6 spec/rails_helper.rb
rails_wordpress-0.0.5 spec/rails_helper.rb
rails_wordpress-0.0.4 spec/rails_helper.rb
rails_wordpress-0.0.3 spec/rails_helper.rb
rails_wordpress-0.0.2 spec/rails_helper.rb
rails_wordpress-0.0.1 spec/rails_helper.rb