Commit 078805d

mo khan <mo@mokhan.ca>
2015-04-07 02:25:58
dump the html
1 parent 81717c3
Changed files (1)
spec
spec/features/sessions_spec.rb
@@ -8,10 +8,11 @@ feature "Sessions", type: :feature, js: true do
     context "credentials are correct" do
       it "takes you to your dashboard" do
         subject.visit_page
+        puts page.html
         subject.login_with(user.username, "password")
         expect(current_path).to eql(dashboard_path)
       end
     end
   end
   
-end
\ No newline at end of file
+end