Sha256: 0ec1636fcf450ffaba1345736eaab6b4460a90d96660070f8efa50cbe683b173
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
Feature: Aruba Console Background: Given a mocked home directory Scenario: Start console Given I run `aruba console` interactively When I close the stdin stream Then the output should contain: """ aruba:001:0> """ @ignore-platform-java Scenario: Show help Given I run `aruba console` interactively And I type "aruba_help" When I close the stdin stream Then the output should contain: """ Version: """ And the output should contain: """ Issue Tracker: """ And the output should contain: """ Documentation: """ @ignore-platform-java Scenario: Show methods Given I run `aruba console` interactively And I type "aruba_methods" When I close the stdin stream Then the output should contain: """ Methods: """ And the output should contain: """ * setup_aruba """ @ignore-platform-java Scenario: Has history Given I run `aruba console` interactively And I type "aruba_methods" And I type "exit" When I close the stdin stream Then the file "~/.aruba_history" should exist
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.9.0.pre | features/cli/console.feature |