Sha256: 4026a10925aa07244664dfc870935e0511aa118f54772e6a3db669c60d0f2469

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

require_relative '../../lib/trollolo'
require 'given_filesystem/spec_helpers'

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

3 entries across 3 versions & 1 rubygems

Version Path
trollolo-0.0.6 spec/integration/integration_spec_helper.rb
trollolo-0.0.5 spec/integration/integration_spec_helper.rb
trollolo-0.0.4 spec/integration/integration_spec_helper.rb