Sha256: 16dab427d9737a207b98374b058c40ed5815b6b85f01829728965cd6e9f5126b
Contents?: true
Size: 474 Bytes
Versions: 6
Compression:
Stored size: 474 Bytes
Contents
require "rubygems" require "bundler/setup" $:.push File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) require "share_checker" # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # Remove this line if you don't want RSpec's should and should_not # methods or matchers require 'rspec/expectations' config.include RSpec::Matchers # == Mock Framework config.mock_with :rspec end
Version data entries
6 entries across 6 versions & 1 rubygems