Sha256: 601e8c8bcf65d5077a196ddd03bfab94fab90f7aa4ea4ce647a488209ac3af6b

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 Bytes

Contents

here = File.dirname(__FILE__)
gamebox_root = File.expand_path(File.join(here, '..', 'lib'))

require 'pry'
require File.join(File.dirname(__FILE__),'..', 'lib', 'gamebox')
require File.join(File.dirname(__FILE__),'..', 'lib', 'gamebox', 'spec', 'helper')
RSpec.configure do |config|
  config.mock_with :mocha
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gamebox-0.3.4 spec/helper.rb
gamebox-0.3.3 spec/helper.rb
gamebox-0.3.2 spec/helper.rb