Sha256: 0da2ddde8cb3880b996b80f7665aada6ba75b7c8b33b573ebed6c8a9a2d45d73

Contents?: true

Size: 424 Bytes

Versions: 44

Compression:

Stored size: 424 Bytes

Contents

# frozen_string_literal: true
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

44 entries across 44 versions & 1 rubygems

Version Path
onotole-2.0.2 spec/spec_helper.rb
onotole-2.0.1 spec/spec_helper.rb
onotole-2.0.0 spec/spec_helper.rb
onotole-1.2.11 spec/spec_helper.rb
onotole-1.2.10 spec/spec_helper.rb
onotole-1.2.9 spec/spec_helper.rb
onotole-1.2.8 spec/spec_helper.rb
onotole-1.2.7 spec/spec_helper.rb
onotole-1.2.6 spec/spec_helper.rb
onotole-1.2.5 spec/spec_helper.rb
onotole-1.2.4 spec/spec_helper.rb
onotole-1.2.3 spec/spec_helper.rb
onotole-1.2.2 spec/spec_helper.rb
onotole-1.2.1 spec/spec_helper.rb
onotole-1.1.21 spec/spec_helper.rb
onotole-1.1.20 spec/spec_helper.rb
onotole-1.1.19 spec/spec_helper.rb
onotole-1.1.18 spec/spec_helper.rb
onotole-1.1.17 spec/spec_helper.rb
onotole-1.1.16 spec/spec_helper.rb