To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAruba Console
- Background
-
- Given
- a mocked home directory
- Scenarios
-
- Start console
-
- Given
-
I run
aruba console
interactively - When
- I close the stdin stream
- Then
-
the output should contain:
aruba:001:0>
- 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:
- 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
- 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
Last published over 5 years ago by philoserf.