Closed luxerama closed 12 years ago
Thanks for taking the time for such a detailed issue, but I'm afraid this is the wrong place for it. guard-jasmine doesn't handle serving the Jasmine specs, it just fetches the Jasmine runner from the configured url. You should file this issue for Jasminerice instead.
Unfortunately this is currently not working when used in a mountable engine.
now lets go into the engine root
cd gaja
lets bundle and generate
bundle && guard init jasmine
, now create the necessary files and dirsnow lets give it a go
test/dummy/script/rails s
,going to
http://localhost:3000/jasmine
andhttp://localhost:3000/gaja/jasmine
returnsNo route matches [GET] "/jasmine"
andNo route matches [GET] "/gaja/jasmine"
respectivelyGuard encounters the following problem: