summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index babbef33ec4..141ff13b67d 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -411,7 +411,7 @@ module SharedPaths
end
def project
- project = Project.find_by!(name: "Shop")
+ Project.find_by!(name: 'Shop')
end
# ----------------------------------------