Sha256: b8d04f8ed794dd0f3070030fdec44e2645d9e1fb1cda07a12e4be9a1503bad81
Contents?: true
Size: 335 Bytes
Versions: 6
Compression:
Stored size: 335 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) $LOAD_PATH << File.expand_path('../../../rspec-expectations/lib', __FILE__) $LOAD_PATH << File.expand_path('../../../rspec-mocks/lib', __FILE__) require 'rspec/expectations' require 'rspec/autorun' Rspec.configure do |c| c.mock_with :rspec c.include Rspec::Matchers end
Version data entries
6 entries across 6 versions & 1 rubygems