You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually it's giving a javascript exception (define is not defined). requirejs is not being loaded.
It seems that the .rb helper file and the run.html.erb is not being consider, whatever you change over there is not being applyed when running the tests
The text was updated successfully, but these errors were encountered:
I've got some Jasmine 2 tests running in Rails 4 via requirejs-rails v0.9.5, taking cues from this post by Cina at Spiceworks:
monkeypatching Jasmine via jasmine_helper.rb (instead of jasmine_config.rb)
test runner file is specified by Jasmine.runner_template
customize jasmine's boot JS to pull the list of specs to run from content in the runner file, and pass it to require as dependencies for starting the test run (instead of starting the run on window.onload)
Actually it's giving a javascript exception (define is not defined). requirejs is not being loaded.
It seems that the .rb helper file and the run.html.erb is not being consider, whatever you change over there is not being applyed when running the tests
The text was updated successfully, but these errors were encountered: