test/test_licensee.rb in licensee-2.0.0 vs test/test_licensee.rb in licensee-3.0.0
- old
+ new
@@ -8,6 +8,10 @@
end
should "detect a project's license" do
assert_equal "mit", Licensee.license(fixture_path("licenses.git")).name
end
+
+ should "diff a license" do
+ Licensee.diff(fixture_path("licenses.git"))
+ end
end