test/commands/test_prot2pept.rb in unipept-1.1.2 vs test/commands/test_prot2pept.rb in unipept-1.1.3
- old
+ new
@@ -79,9 +79,9 @@
out, _err = capture_io_while do
assert_raises SystemExit do
Commands::Prot2pept.run(%w(-h))
end
end
- assert(out.include? 'show help for this command')
+ assert(out.include?('show help for this command'))
end
end
end