Sha256: 381e3acdd8bdabd7070a5d07bc01028e8cd1006e50fb5fbaae9b65c944258fac
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 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/core' Rspec.configure do |c| c.mock_with :rspec end
Version data entries
7 entries across 7 versions & 1 rubygems