test/test_licensee.rb in licensee-5.0.0b4 vs test/test_licensee.rb in licensee-5.0.0b5

- old
+ new

@@ -10,13 +10,9 @@ should "detect a project's license" do assert_equal "mit", Licensee.license(fixture_path("licenses.git")).key end - should "diff a license" do - Licensee.diff(fixture_path("licenses.git")) - end - context "confidence threshold" do should "return the confidence threshold" do assert_equal 90, Licensee.confidence_threshold end