diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-02-02 22:51:03 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-02-02 22:51:03 +0100 |
commit | 648826721f13ee4309a11638e538d96006648b39 (patch) | |
tree | 9e2cb1b728208671c4d653d32223a02d19f3fe82 /spec/factories | |
parent | 838cc0907c963a025553d639283b3bbf8140dae8 (diff) | |
download | gitlab-ce-648826721f13ee4309a11638e538d96006648b39.tar.gz |
Rename Callout to UserCallout
Diffstat (limited to 'spec/factories')
-rw-r--r-- | spec/factories/user_callouts.rb (renamed from spec/factories/callouts.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/callouts.rb b/spec/factories/user_callouts.rb index f28df49b00a..ae83d65da2e 100644 --- a/spec/factories/callouts.rb +++ b/spec/factories/user_callouts.rb @@ -1,5 +1,5 @@ FactoryBot.define do - factory :callout do + factory :user_callout do feature_name 'test_callout' user |