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
fix running jasmine when the asset_host is set in test environment
The generated spec/tmp/runner.html file uses
the ActionController::Base.asset_host which needs to be nil in order
for the generated HTML file to have the proper relative paths to
spec/tmp/assets/*.js files.
0 commit comments