Commit 078805d
Changed files (1)
spec
features
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