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

Couldn't run rake spec:acceptance #51

Open
williamn opened this issue May 2, 2012 · 4 comments
Open

Couldn't run rake spec:acceptance #51

williamn opened this issue May 2, 2012 · 4 comments

Comments

@williamn
Copy link

williamn commented May 2, 2012

On rails 3.2.3 and steak 2.0.0, I couldn't run

rake spec:acceptance

Here is the output

rake aborted!
Don't know how to build task 'spec:acceptance'

(See full trace by running task with --trace)
@cavalle
Copy link
Owner

cavalle commented May 7, 2012

Is this specific of Rails 3.2.3? Have you try with other versions?

@williamn
Copy link
Author

williamn commented May 8, 2012

I just try with Rails 3.2.1 and this problem does not occur.

@rilla
Copy link

rilla commented May 9, 2012

Same problem here with rails 3.0.9 and steak 2.0.0.

@dcvezzani
Copy link

The issue seems to be resolved by requiring capybara/rspec in spec/rails_helper.rb.

require 'capybara/rspec'

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

No branches or pull requests

4 participants