Closed rbriank closed 9 years ago
I tried and failed to reproduce this. Could you post an example project with this issue?
@rbriank are you using backbone + marionette per chance?
Only backbone. Haven't tried this for a while, so it may be working.
On Mon, Jan 5, 2015 at 8:01 PM, Tommy Fotak notifications@github.com wrote:
@rbriank https://github.com/rbriank are you using backbone + marionetter per chance?
— Reply to this email directly or view it on GitHub https://github.com/searls/jasmine-rails/issues/115#issuecomment-68810609 .
In my case I had to update my Marionette Layout
views to extend LayoutView
and change itemView
properties to childView
properties.
Closing unless this is still an issue. Probably caused by peculiarities of production code.
Specs all pass if I run a server and browse to /specs
When I run:
I get:
If I run:
I get:
In both cases, tmp/jasmine includes all the source files separately and not as a single application.js file. I'm not sure if that is the problem, but I was reading elsewhere that it could be.