Module: TabTab::Test::Assertions
- Defined in:
- lib/tabtab/test/assertions.rb
Instance Method Summary collapse
-
#assert_completable_to(full_command, root_definition) ⇒ Object
assert_completable_to “github network –sort branch list –reverse”.
Instance Method Details
#assert_completable_to(full_command, root_definition) ⇒ Object
assert_completable_to “github network –sort branch list –reverse”
3 4 5 |
# File 'lib/tabtab/test/assertions.rb', line 3 def assert_completable_to(full_command, root_definition) full_command.autocompletable_from?(root_definition) end |