Commit c2c70cfc authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-typo-in-user-steps' into 'master'

Fix typo in user steps feature file

Just came across a typo in the user steps file.

See merge request !3943
parents 66d8ef1a 6b2489f2
......@@ -12,7 +12,7 @@ class Spinach::Features::User < Spinach::FeatureSteps
user = User.find_by(name: 'John Doe')
project = contributed_project
# Issue controbution
# Issue contribution
issue_params = { title: 'Bug in old browser' }
Issues::CreateService.new(project, user, issue_params).execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment