Sha256: ca8b6c61b110ee859ad364832db2509b7d3312c8444f3c7c75008861adda57db
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
require 'rspec' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f} RSpec.configure do |c| c.mock_with :rspec end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ipizza-1.0.0 | spec/spec_helper.rb |
ipizza-0.7.1 | spec/spec_helper.rb |
ipizza-0.6.1 | spec/spec_helper.rb |
ipizza-0.5.5 | spec/spec_helper.rb |
ipizza-0.5.4 | spec/spec_helper.rb |