Commit cc3cc419

mo <mo.khan@gmail.com>
2017-09-11 01:17:01
fix broken js spec.
1 parent 2bef6fe
Changed files (1)
spec
javascripts
spec/javascripts/views/sessions/login_form_spec.js.coffee
@@ -23,6 +23,7 @@ describe "csx.Views.LoginForm", ->
 
     subject = new csx.Views.LoginForm
       el: $('[data-autoview=login-form]')
+      model: new csx.Models.Session()
 
   it "disables the submit button when the email is missing", ->
     subject.$('form').submit()