summaryrefslogtreecommitdiff
path: root/features/steps/project/project_find_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/project_find_file.rb')
-rw-r--r--features/steps/project/project_find_file.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/project_find_file.rb b/features/steps/project/project_find_file.rb
index 90771847909..b8da5e6435d 100644
--- a/features/steps/project/project_find_file.rb
+++ b/features/steps/project/project_find_file.rb
@@ -66,7 +66,6 @@ class Spinach::Features::ProjectFindFile < Spinach::FeatureSteps
expect(page).not_to have_content(".gitignore")
end
-
def find_file(text)
fill_in 'file_find', with: text
end