Finish join request spec

This commit is contained in:
2013-12-10 06:56:20 +01:00
parent 087cfa639d
commit 0ac9a70797
4 changed files with 24 additions and 8 deletions
@@ -30,7 +30,7 @@ step 'there is another signed in user user' do
end
step "I should be redirected to the user home" do
page.current_path.should == user_root_path
route_should_be 'user#index'
end
step "the newly created user info should be stored in the local storage" do