Sha256: 54105d7dce1ca81bfa7de41220ee50e986c7185d2fef8b4e9277b20d920dbb58
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
require 'rubygems' require 'bundler' require 'minitest/autorun' require 'shoulda' require 'open3' require_relative 'functions' require_relative '../lib/licensee' def assert_license_content(expected, readme) content = Licensee::Project::Readme.license_content(readme) assert_equal expected, content end def windows? !(RUBY_PLATFORM =~ /mswin|mingw|cygwin/).nil? end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
licensee-8.5.0 | test/helper.rb |
licensee-8.4.0 | test/helper.rb |
licensee-8.3.1 | test/helper.rb |
licensee-8.3.0 | test/helper.rb |
licensee-8.2.0 | test/helper.rb |