Sha256: cb5c3e96763f40944f4ebb43264aa598949877cbe1ed3d6e76cd80a9c53450b0
Contents?: true
Size: 338 Bytes
Versions: 6
Compression:
Stored size: 338 Bytes
Contents
require 'rubygems' require 'bundler' require 'minitest/autorun' require 'shoulda' require 'open3' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'licensee' def fixtures_base File.expand_path "fixtures", File.dirname( __FILE__ ) end def fixture_path(fixture) File.expand_path fixture, fixtures_base end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
licensee-0.2.0 | test/helper.rb |
licensee-0.1.1 | test/helper.rb |
licensee-0.1.0 | test/helper.rb |
licensee-0.0.3 | test/helper.rb |
licensee-0.0.2 | test/helper.rb |
licensee-0.0.1 | test/helper.rb |