brew/Library/Homebrew/test/test_integration_cmds_version.rb

9 lines
199 B
Ruby
Raw Normal View History

require "integration_cmds_tests"
class IntegrationCommandTestVersion < IntegrationCommandTests
def test_version
assert_match HOMEBREW_VERSION.to_s,
cmd("--version")
end
end