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 collaboratorRun test suite
As a aruba developer
I want to run the test suite of the aruba
gem
In order to check my changed code
- Scenarios
-
- Run unit tests with `rspec`
- Run acceptance tests with `cucumber`
- Run acceptance tests with `cucumber` for features which are under active development
- Run whole test suite via rake
- Run whole test suite via "test"-script
- Run unit tests with `rspec`
-
- When
-
I successfully run
rake -T test:rspec
- Then
-
the output should contain:
rake test:rspec
- Run acceptance tests with `cucumber`
-
This task is for fully implemented features.
- When
-
I successfully run
rake -T test:cucumber
- Then
-
the output should contain:
rake test:cucumber
- Run acceptance tests with `cucumber` for features which are under active development
-
This task is for running tests for features which are Work in Progress and therefore might fail the suite.
- When
-
I successfully run
rake -T test:cucumber_wip
- Then
-
the output should contain:
rake test:cucumber
- Run whole test suite via rake
-
- When
-
I successfully run
rake -T test
- Then
-
the output should contain:
rake test
- Run whole test suite via "test"-script
-
- When
-
I successfully run
script/test
- Then
-
the output should contain:
rake test
Last published almost 6 years ago by philoserf.