Sha256: 05e0eb2fd382bd3578aff36946cb887709585376fbd7e869e89db3db0525255b

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

require 'bundler/setup'

Bundler.require(:default, :test)

require (Pathname.new(__FILE__).dirname + '../lib/onotole').expand_path

Dir['./spec/support/**/*.rb'].each { |file| require file }

RSpec.configure do |config|
  config.include OnotoleTestHelpers

  config.before(:all) do
    add_fakes_to_path
    create_tmp_directory
  end

  config.before(:each) do
    FakeGithub.clear!
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
onotole-1.0.2 spec/spec_helper.rb
onotole-1.0.0 spec/spec_helper.rb