Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-09 11:28:09 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-09 11:28:09 +0300
commit5c961b9cc5a48cfdfe7c1bee91f29138e167b058 (patch)
tree75828b50aa6935b8fa6ef099c3d8383715adaeeb /features
parentbe59f4338ffc1e075e32b09d43c19503b1216533 (diff)
Fix spec
Diffstat (limited to 'features')
-rw-r--r--features/steps/invites.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/invites.rb b/features/steps/invites.rb
index 5e8feff5095..dac972172aa 100644
--- a/features/steps/invites.rb
+++ b/features/steps/invites.rb
@@ -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