Sha256: 527d7811d8640f3377f9a8ffbc11d69695f639152ee1cf7acde80da81f5c159c
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
require 'pathname' require 'rspec' require 'rspec/autorun' require 'mocha/api' SpecRoot = Pathname.new File.expand_path('..', __FILE__) $LOAD_PATH.unshift(SpecRoot) $LOAD_PATH.unshift(File.join(SpecRoot, '..', 'lib')) require 'the_games_db' RSpec.configure do |config| config.color_enabled = true config.filter_run :focused => true config.run_all_when_everything_filtered = true config.alias_example_to :fit, :focused => true config.alias_example_to :they config.mock_with :mocha end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_games_db-0.1.0 | spec/spec_helper.rb |