This commit is contained in:
Douwe Maan 2015-09-09 09:28:09 +01:00
parent be59f4338f
commit 5c961b9cc5

View file

@ -63,7 +63,7 @@ class Spinach::Features::Invites < Spinach::FeatureSteps
end
step 'I should be redirected to the dashboard' do
expect(current_path).to eq(dashboard_path)
expect(current_path).to eq(dashboard_projects_path)
end
step 'I should see a notice telling me I have declined' do