Sha256: 12910c69f83b4e102ce750e518f4829707e1fec4a33523e9bf332fcda52d2af6
Contents?: true
Size: 862 Bytes
Versions: 4
Compression:
Stored size: 862 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'combustion' require 'shoulda/matchers' Combustion.initialize! :all require 'rspec/rails' require 'factory_girl_rails' require 'devise' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # config.include Devise::Test::ControllerHelpers, type: :controller # config.extend ControllerMacros, type: :controller # config.include Requests::JsonHelpers, type: :controller config.color = true config.mock_with :rspec config.use_transactional_fixtures = true config.infer_base_class_for_anonymous_controllers = false end Shoulda::Matchers.configure do |config| config.integrate do |with| # Choose a test framework: with.test_framework :rspec # Or, choose the following (which implies all of the above): with.library :rails end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kms_seo-1.0.2 | spec/spec_helper.rb |
kms_seo-1.0.1 | spec/spec_helper.rb |
kms_seo-1.0.0 | spec/spec_helper.rb |
kms_seo-0.2.0 | spec/spec_helper.rb |