Sha256: d4264528ecc98af7c3672494bc0759e3a322cff70c6d012105da5be49ccd07a4
Contents?: true
Size: 385 Bytes
Versions: 4
Compression:
Stored size: 385 Bytes
Contents
require 'orders' require 'pathname' require 'bundler' Bundler.setup Bundler.require :test BASE_PATH = Pathname.new(__FILE__).dirname + '..' RSpec.configure do |config| # config.exclusion_filter = { :slow => true } # config.filter = { :focus => true } # config.include(UserExampleHelpers) # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
orders-0.0.5 | spec/spec_helper.rb |
orders-0.0.4 | spec/spec_helper.rb |
orders-0.0.3 | spec/spec_helper.rb |
orders-0.0.2 | spec/spec_helper.rb |