Sha256: d320ef08202e652ed545094355b23fdefb711846ce162c72898d979fd4c192e9

Contents?: true

Size: 1.06 KB

Versions: 61

Compression:

Stored size: 1.06 KB

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("../test_app/config/environment", __FILE__)
require 'rspec/rails'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/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

  config.fixture_path = "#{::Rails.root}/spec/fixtures"

  #config.include Devise::TestHelpers, :type => :controller
  # If you're not using ActiveRecord, or you'd prefer not to run each of your
  # examples within a transaction, comment the following line or assign false
  # instead of true.
  config.use_transactional_fixtures = true
end

@configuration ||= AppConfiguration.find_or_create_by_name("Default configuration")

Version data entries

61 entries across 59 versions & 20 rubygems

Version Path
spree_sale_products-0.60.0.RC1 spec/spec_helper.rb
spree_google_merchant-0.60.0.RC1 spec/spec_helper.rb
spree_scaffold-0.60.0.RC1 spec/spec_helper.rb
spree_order_price_sync-0.60.2 spec/spec_helper.rb
apispree-0.0.0 lib/generators/templates/spec_helper.rb
My-Commerce-1.1.0 lib/generators/templates/spec_helper.rb
MyCommerceapi-1.0.0 lib/generators/templates/spec_helper.rb
MyCommerceapi-1.0.0 dash/spec/spec_helper.rb
MyCommerce-0.0.3 dash/spec/spec_helper.rb
MyCommerce-0.0.3 lib/generators/templates/spec_helper.rb
rfcommerce-0.0.3 lib/generators/templates/spec_helper.rb
spree-0.60.6 lib/generators/templates/spec_helper.rb
spree-0.60.5 lib/generators/templates/spec_helper.rb
spree_embedded_videos-0.1.0 spec/spec_helper.rb
spree-0.50.4 lib/generators/templates/spec_helper.rb
spree-0.60.4 lib/generators/templates/spec_helper.rb
spree-0.50.3 lib/generators/templates/spec_helper.rb
spree-0.60.3 lib/generators/templates/spec_helper.rb
spree-0.60.2 lib/generators/templates/spec_helper.rb
spree_bushido-0.80.28 lib/generators/templates/spec_helper.rb