Sha256: 2804cd7528c8942769b3e438f143918e9fae663704b13b0ef5327f1da76fecc7
Contents?: true
Size: 272 Bytes
Versions: 18
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
18 entries across 18 versions & 2 rubygems