Sha256: 4d5410aa19646f047fb421376b3f2d782f414e8c2fa0ecf7ed91f600375b9865
Contents?: true
Size: 1.13 KB
Versions: 30
Compression:
Stored size: 1.13 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> """ @unsupported-on-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: """ @unsupported-on-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 """ @unsupported-on-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
30 entries across 30 versions & 2 rubygems