summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/dashboard.rb
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-28 13:44:04 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-28 13:44:04 +0200
commita92f48f6154335669787eeb9167bcdb335bff97a (patch)
treeacd0bcd022d5f571fdb137aae67be4e077d8bb64 /features/steps/dashboard/dashboard.rb
parentc2c41fb2d3b6b5934ff26cec77c15f6c45351018 (diff)
downloadgitlab-ce-a92f48f6154335669787eeb9167bcdb335bff97a.tar.gz
Remove def project from tests that inherit it.
Diffstat (limited to 'features/steps/dashboard/dashboard.rb')
-rw-r--r--features/steps/dashboard/dashboard.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index 7fcca732626..1826ead1d51 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -82,8 +82,4 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps
step 'I should see 1 project at group list' do
find('span.last_activity/span').should have_content('1')
end
-
- def project
- @project ||= Project.find_by(name: "Shop")
- end
end