Sha256: c8898220a58ef83573d282807425e9e50404029aab829a1ac9deb1bcc73e940c
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
require 'helper' class TestLicenseeProject < Minitest::Test def setup @project = Licensee::Project.new fixture_path("simple") end should "detect the license file" do assert_equal Licensee::LicenseFile, @project.license_file.class end should "detect the license" do assert_equal "MIT", @project.license.name end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
licensee-0.1.0 | test/test_licensee_project.rb |
licensee-0.0.3 | test/test_licensee_project.rb |
licensee-0.0.2 | test/test_licensee_project.rb |
licensee-0.0.1 | test/test_licensee_project.rb |