When a user signs up successfully, they will be sent to the dashboard. We will send them an email confirming the sign up.
test "A successful signup" do
simulated_user.visit do
sign_up(email: "[email protected]",
name: "Guybush Threepwood",
password: "ilikerootbeer")
current_page.is("/dashboard")