diff options
| author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-28 13:44:04 +0200 |
|---|---|---|
| committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-28 13:44:04 +0200 |
| commit | a92f48f6154335669787eeb9167bcdb335bff97a (patch) | |
| tree | acd0bcd022d5f571fdb137aae67be4e077d8bb64 /features/steps/search.rb | |
| parent | c2c41fb2d3b6b5934ff26cec77c15f6c45351018 (diff) | |
| download | gitlab-ce-a92f48f6154335669787eeb9167bcdb335bff97a.tar.gz | |
Remove def project from tests that inherit it.
Diffstat (limited to 'features/steps/search.rb')
| -rw-r--r-- | features/steps/search.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/search.rb b/features/steps/search.rb index b1058989d0b..f3d8bd80f13 100644 --- a/features/steps/search.rb +++ b/features/steps/search.rb @@ -66,8 +66,4 @@ class Spinach::Features::Search < Spinach::FeatureSteps step 'I should not see "Bar" link' do page.should_not have_link "Bar" end - - def project - @project ||= Project.find_by(name: "Shop") - end end |
