Sha256: 627a5ed64a4c44b9e07de35231fe1bda5b48d02baa7fadecd5162f727d4a8937

Contents?: true

Size: 314 Bytes

Versions: 32

Compression:

Stored size: 314 Bytes

Contents

begin
  require 'minitest'
rescue LoadError
end
require 'minitest/autorun'

$LOAD_PATH.unshift File.join( File.dirname( File.expand_path( __FILE__ ) ),
                              '..', 'lib' )
# due to development dependencies we have a cycle, so remove it
$LOAD_PATH.delete_if { |lp| lp.match /maven-tools-/ }

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
maven-tools-1.0.3 spec/spec_helper.rb
maven-tools-1.0.2 spec/spec_helper.rb
maven-tools-1.0.1 spec/spec_helper.rb
maven-tools-1.0.0 spec/spec_helper.rb
maven-tools-1.0.0.rc6 spec/spec_helper.rb
maven-tools-1.0.0.rc5 spec/spec_helper.rb
maven-tools-1.0.0.rc4 spec/spec_helper.rb
maven-tools-1.0.0.rc3 spec/spec_helper.rb
maven-tools-0.34.5 spec/spec_helper.rb
maven-tools-1.0.0.rc2 spec/spec_helper.rb
maven-tools-0.34.4 spec/spec_helper.rb
maven-tools-0.34.3 spec/spec_helper.rb