diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 10:36:36 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-23 10:36:36 +0000 |
commit | 883438970df30ac7101d8f32b30007c4248c75d5 (patch) | |
tree | 3acd5df3b5275b373c16bc871dc1e553e00e8942 /features/steps/shared/admin.rb | |
parent | a8e4e6aaba762c61d0203e023148d999f8565d34 (diff) | |
parent | 779646ef38741dd30a51f57eed8818ab946fcae6 (diff) | |
download | gitlab-ce-883438970df30ac7101d8f32b30007c4248c75d5.tar.gz |
Merge branch 'rubocop-for-tests' into 'master'
Enable rubocop for tests too
cc @DouweM @rspeicher
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !862
Diffstat (limited to 'features/steps/shared/admin.rb')
-rw-r--r-- | features/steps/shared/admin.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/shared/admin.rb b/features/steps/shared/admin.rb index b6072995677..fbaa408226e 100644 --- a/features/steps/shared/admin.rb +++ b/features/steps/shared/admin.rb @@ -9,4 +9,3 @@ module SharedAdmin 2.times { create(:user) } end end - |