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

class IntegrationCommandTestConfig < IntegrationCommandTestCase
  def test_config
    assert_match "HOMEBREW_VERSION: #{HOMEBREW_VERSION}",
                 cmd("config")
  end
end