aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_version.rb
blob: ca37e3567aebec5fe152360ab0d7bc53c5fce22d (plain)
1
2
3
4
5
6
7
8
require "helper/integration_command_test_case"

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