Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor normalize test suite usage #6

Closed
wants to merge 2 commits into from
Closed

Refactor normalize test suite usage #6

wants to merge 2 commits into from

Conversation

gonzalo-bulnes
Copy link
Contributor

As a Ruby developer new to this project
In order to get started quickly
And know which part of the test suite is intended to be run daily
When I run rake
Then I want to see the entire test suite output

See #5

There is a quite widespread convention that the default Rake task
runs the test suite (Travis CI uses it for example).

Running the Cucumber features using running 'cucumber'
(resp. 'bundle exec cucumber') is still possible. Also more
Rake tasks could be added for convenience, and the debug scenarios
cold be run using 'rake cucumber:debug' for example.
@gonzalo-bulnes gonzalo-bulnes changed the title Add default Rake task Refactor normalize test suite usage Apr 24, 2016
@gonzalo-bulnes
Copy link
Contributor Author

See #5 (comment):

Edit: I removed the third question because I wan mistaken: Travis CI is installing the gem locally, and there is no inconvenient in bumping the version number without releasing the corresponding gem. I'll just start working in my fork, and am willing to PR the result as soon as you want. : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant