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

Fix to allow lein test to to run successfully #805

Merged
merged 2 commits into from
Jul 8, 2015

Conversation

chrishowejones
Copy link
Contributor

Fixed core.clj and associated deps in project to allow (run-cukes) to execute from repl and 'lein test' to succeed.

(run-cukes) to execute from repl and 'lein test' to succeed.
@@ -13,4 +13,4 @@ Feature: Cukes
When I eat 1 "cukes"
Then I am "sad"
When I eat 1 "cukes"
Then I am "meh"
Then I am "happy"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks the build (see Travis). Instead the feature description should be changed from "The last 'Then' ... is failing", to something like "to provoke a failure change the last 'Then' form 'meh' to 'happy'".

@aslakhellesoy
Copy link
Contributor

LGTM except that the latest version has moved. When this is merged we should update CONTRIBUTING.md to add a reminder to update this when we release.

@brasmusson brasmusson merged commit 766ef6c into cucumber:master Jul 8, 2015
brasmusson added a commit that referenced this pull request Jul 8, 2015
@brasmusson
Copy link
Contributor

The reference to cucumber-core is updated in 270f88a. For a reminder to update it in Contributing.md see #879.

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants