Sha256: 631f9b4fe082cd5ba0bcbd20034c5d1b9cb0680f2d11345b7c1c374410e631eb
Contents?: true
Size: 277 Bytes
Versions: 4
Compression:
Stored size: 277 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ipizza-2.2.0 | spec/spec_helper.rb |
ipizza-2.1.0 | spec/spec_helper.rb |
ipizza-2.0.1 | spec/spec_helper.rb |
ipizza-2.0.0 | spec/spec_helper.rb |