-
Notifications
You must be signed in to change notification settings - Fork 7
Failing when preloading #1
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
Comments
Hello, thanks for reporting 👍 |
Failed here basically
Log
|
I also ran into this problem. Had to change Capybara.app = Hanami::Container.new to Capybara.app = ::Hanami::Container.new in spec/support/capybara.rb, so it worked. |
lightalloy's fix also works for the |
davydovanton
added a commit
that referenced
this issue
Dec 11, 2016
davydovanton
added a commit
that referenced
this issue
Dec 11, 2016
I updated installation information for this case. Thanks everyone 🎉 |
Hanami.app it works too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~Code/Experiment/oneman/spec/support/capybara.rb:5:in
included': uninitialized constant RSpec::Hanami::Container (NameError)`Hanami head version.
The text was updated successfully, but these errors were encountered: