I have a Rails engine, and I wish to test some js using jasmine and jasminerice.
But I'm stymied right from the start because, after adding the gems and running rails g jasmine:install. I still don't see jasmine in the results from rake routes.
Also rake jasmine fails with "don't know how to build task 'jasmine'"
It seems as if I've run into this before, and failed, trying to load/run one engine (jasminerice) from another (my engine under test).
Has anyone succeeded in testing the js in a Rails engine using jasmine?
Rails version is 3.2.6.
thanks in advance
Les