test/unit/cli_tests.rb in qs-0.6.1 vs test/unit/cli_tests.rb in qs-0.7.0

- old
+ new

@@ -121,11 +121,11 @@ @command = Factory.string @cli.run(@file_path, @command) end should "output the error with the help" do - expected = "#{@command.inspect} is not a valid command" - assert_includes expected, @kernel_spy.output + exp = "#{@command.inspect} is not a valid command" + assert_includes exp, @kernel_spy.output assert_includes "Usage: qs", @kernel_spy.output end end