summaryrefslogtreecommitdiff
path: root/features/steps/project/issues.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/project/issues.rb
parentc2c41fb2d3b6b5934ff26cec77c15f6c45351018 (diff)
downloadgitlab-ce-a92f48f6154335669787eeb9167bcdb335bff97a.tar.gz
Remove def project from tests that inherit it.
Diffstat (limited to 'features/steps/project/issues.rb')
-rw-r--r--features/steps/project/issues.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/project/issues.rb b/features/steps/project/issues.rb
index 137eac33238..6d86c893044 100644
--- a/features/steps/project/issues.rb
+++ b/features/steps/project/issues.rb
@@ -236,8 +236,4 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
# make sure AJAX request finished
URI.parse(current_url).request_uri == project_issues_path(project, issue_search: text)
end
-
- def project
- @project ||= Project.find_by(name: 'Shop')
- end
end