test/test_licensee_bin.rb in licensee-4.9.0 vs test/test_licensee_bin.rb in licensee-5.0.0b1
- old
+ new
@@ -4,9 +4,9 @@
should "work via commandline" do
root = File.expand_path "..", File.dirname(__FILE__)
Dir.chdir root
stdout,stderr,status = Open3.capture3("#{root}/bin/licensee")
assert stdout.include?("License: MIT"), "expected #{stdout} to include `License: MIT`"
- assert stdout.include?("License file: LICENSE.md"), "expected #{stdout} to include `License file: LICENSE.md`"
+ assert stdout.include?("Matched file: LICENSE.md"), "expected #{stdout} to include `Matched file: LICENSE.md`"
assert_equal 0, status
end
end