11 lines
236 B
Ruby
11 lines
236 B
Ruby
require "integration_cmds_tests"
|
|
|
|
class IntegrationCommandTestInfo < IntegrationCommandTests
|
|
def test_info
|
|
setup_test_formula "testball"
|
|
|
|
assert_match "testball: stable 0.1",
|
|
cmd("info", "testball")
|
|
end
|
|
end
|