diff options
author | Rémy Coutable <remy@rymai.me> | 2016-05-04 15:58:24 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-05-04 15:58:24 +0000 |
commit | c2c70cfcb31f67809d8dfb5f470e0dc1eefe15d9 (patch) | |
tree | c4323e7001601950104bcc0548df30fa3e836e5a /features | |
parent | 66d8ef1ad9d5952b7e7f026658f71aafc861950e (diff) | |
parent | 6b2489f2007e3ffe890f707d824a915f97ed7e61 (diff) | |
download | gitlab-ce-c2c70cfcb31f67809d8dfb5f470e0dc1eefe15d9.tar.gz |
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
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 |