aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/version_test.rb
blob: e7ffbc4f63c6fff97eda9c5cfdf3f3d33592d013 (plain)
1
2
3
4
5
6
7
8
require "testing_env"

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