-
Notifications
You must be signed in to change notification settings - Fork 422
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
Issue running tests #24
Comments
I have trouble getting testing to work out of the box too! |
me too |
It seems the steps are: bundle exec rake -f spec/dummy/Rakefile db:drop db:create db:migrate
bundle exec rspec spec Taken from the travis config. It would be nice if running |
The steps I use are similar to Phil's except I need to run the
This is a one time run thing, and once that's done then I run |
I cloned this repo a little bit ago, but I had some trouble running the tests. Steps to reproduce:
The text was updated successfully, but these errors were encountered: