Sha256: f7f3e1e48deffcc6fccc3657cfb6066be41027adc55e1e68a134f2a15c9317ca
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
# encoding: utf-8 $:.unshift(File.expand_path('../', __FILE__)) $:.unshift(File.expand_path('../../lib', __FILE__)) require 'hirefire' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join(File.expand_path('../support', __FILE__), '**/*.rb')].each {|f| require f} ## # Use Mocha to mock with RSpec RSpec.configure do |config| config.mock_with :mocha end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hirefire-0.1.4 | spec/spec_helper.rb |