I'm new to angular & we already have a working rails-stack with jasmine-rails.gem - the tests that come with the sample application do not work, because
beforeEach(module('myApp'));
fails with Can't find variable: module - and I had no idea where module and inject should be defined: does anyone have an idea how to configure angular -tests to run standalone / out of karma
source share