Sha256: 8142ac6fa8783c402e0bfe4d96976312643fe6cf554c5ac2ce58a5f771b04687

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require_relative '../../lib/trollolo'
require 'given_filesystem/spec_helpers'
require 'webmock/rspec'
require 'byebug'
WebMock.disable_net_connect!(:allow => "codeclimate.com")

bin_path = File.expand_path( "../../../bin/", __FILE__ )

if ENV['PATH'] !~ /#{bin_path}/
  ENV['PATH'] = bin_path + File::PATH_SEPARATOR + ENV['PATH']
end

Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trollolo-0.0.9 spec/unit/spec_helper.rb
trollolo-0.0.8 spec/unit/spec_helper.rb
trollolo-0.0.7 spec/unit/spec_helper.rb
trollolo-0.0.6 spec/unit/spec_helper.rb
trollolo-0.0.5 spec/unit/spec_helper.rb
trollolo-0.0.4 spec/unit/spec_helper.rb