Sha256: 3cbbd9144b5e3989aaefc986db5a9182b8751c847dacecf13dd39f9a145a5b85

Contents?: true

Size: 308 Bytes

Versions: 10

Compression:

Stored size: 308 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rubygems'
require 'bundler/setup'

require 'simplecov'
require 'active_record'

require 'acts_as_shopping_cart'

SimpleCov.start

RSpec.configure do |config|
  config.mock_with :rspec
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
acts_as_shopping_cart-0.2.2 spec/spec_helper.rb
acts_as_shopping_cart-0.2.1 spec/spec_helper.rb
acts_as_shopping_cart-0.2.0 spec/spec_helper.rb
acts_as_shopping_cart-0.1.6 spec/spec_helper.rb
acts_as_shopping_cart-0.1.5 spec/spec_helper.rb
acts_as_shopping_cart-0.1.4 spec/spec_helper.rb
acts_as_shopping_cart-0.1.3 spec/spec_helper.rb
acts_as_shopping_cart-0.1.2 spec/spec_helper.rb
acts_as_shopping_cart-0.1.1 spec/spec_helper.rb
acts_as_shopping_cart-0.1.0 spec/spec_helper.rb