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

Bookmark cucumber test passing despite not working #590

Closed
jcoyne opened this issue Aug 17, 2013 · 2 comments
Closed

Bookmark cucumber test passing despite not working #590

jcoyne opened this issue Aug 17, 2013 · 2 comments
Milestone

Comments

@jcoyne
Copy link
Member

jcoyne commented Aug 17, 2013

When I run:

RAILS_ROOT=spec/internal BUNDLE_GEMFILE=spec/internal/Gemfile bundle exec cucumber features/bookmarks.feature:55

The test passes. The core assertion here: https://github.com/projectblacklight/blacklight/blob/master/features/bookmarks.feature#L61

Is not actually testing what it says it's testing because this step doesn't do anything with the button name that is passed to it: https://github.com/projectblacklight/blacklight/blob/master/features/step_definitions/search_steps.rb#L34-L36

I'm thinking we ought to just remove this test. What do you all think?

@cbeer
Copy link
Member

cbeer commented Aug 19, 2013

fixed?

@jcoyne
Copy link
Member Author

jcoyne commented Aug 19, 2013

@cbeer cbeer closed this as completed in 7cf156b Sep 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants