blob: 81da4660af71d639674caf04a7ca1c70c1299b67 (
plain)
1
2
3
4
5
6
7
8
  | 
require "testing_env"
class IntegrationCommandTestConfig < IntegrationCommandTestCase
  def test_config
    assert_match "HOMEBREW_VERSION: #{HOMEBREW_VERSION}",
                 cmd("config")
  end
end
  |