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
Jasminerice doesn't seem to work with the Rails plugin.
rails plugin new mine cd mine bundle install # install the jasminerice cd tests/dummy bundle exec rails s # http://localhost:3000/jasmine -> RoutingError
Is there a way to make it work for the dummy test application?
The text was updated successfully, but these errors were encountered:
The workaround is to require jasminerice from application.rb.
And also load spec/javascript dir to load paths.
Sorry, something went wrong.
Perhaps add this to wiki
Please, write more about testing with jasminerice in my gem project. Realy I can use dummy app?
I wrote a blog post about using Jasmine in a Rails engine which uses jasminerice. It might be useful for anyone finding this.
No branches or pull requests
Jasminerice doesn't seem to work with the Rails plugin.
Is there a way to make it work for the dummy test application?
The text was updated successfully, but these errors were encountered: