9 lines
198 B
Ruby
9 lines
198 B
Ruby
require "integration_cmds_tests"
|
|
|
|
class IntegrationCommandTestCommands < IntegrationCommandTests
|
|
def test_commands
|
|
assert_match "Built-in commands",
|
|
cmd("commands")
|
|
end
|
|
end
|