diff options
author | Karlo Soriano <karlo@aelogica.com> | 2016-04-27 17:45:50 +0800 |
---|---|---|
committer | Karlo Soriano <karlo@aelogica.com> | 2016-04-27 17:53:32 +0800 |
commit | 6b2489f2007e3ffe890f707d824a915f97ed7e61 (patch) | |
tree | 9c1f07e75433473320e846a55bc26c92964ea3f4 /features | |
parent | c01ff1f54b55a60f7c7473d0d8a429d5cf9c1609 (diff) | |
download | gitlab-ce-6b2489f2007e3ffe890f707d824a915f97ed7e61.tar.gz |
Fix typo in user steps feature
[ci skip]
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/user.rb b/features/steps/user.rb index 3230234cb6d..39bbb59343b 100644 --- a/features/steps/user.rb +++ b/features/steps/user.rb @@ -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 |