We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Is this specific of Rails 3.2.3? Have you try with other versions?
Sorry, something went wrong.
I just try with Rails 3.2.1 and this problem does not occur.
Same problem here with rails 3.0.9 and steak 2.0.0.
The issue seems to be resolved by requiring capybara/rspec in spec/rails_helper.rb.
capybara/rspec
spec/rails_helper.rb
require 'capybara/rspec'
No branches or pull requests
On rails 3.2.3 and steak 2.0.0, I couldn't run
Here is the output
The text was updated successfully, but these errors were encountered: