Commit 5c961b9c authored by Douwe Maan's avatar Douwe Maan

Fix spec

parent be59f433
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment