diff options
author | alpaca-tc <alpaca-tc@alpaca.tc> | 2017-05-05 06:44:39 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 23:44:39 +0200 |
commit | 74c8ca699c37ebdb0e3c6f0648f9f90a4f1f8f89 (patch) | |
tree | 74e9d9dfb474acd1ec7f74bb42177b8d0b396136 /spec/fabricators | |
parent | eddb95b0126e523faeafbde544ff5df3a64e5b25 (diff) |
Delete records in smaller transaction (#2802)
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/favourite_fabricator.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fabricators/favourite_fabricator.rb b/spec/fabricators/favourite_fabricator.rb index e598d3838..464ac8d71 100644 --- a/spec/fabricators/favourite_fabricator.rb +++ b/spec/fabricators/favourite_fabricator.rb @@ -1,3 +1,4 @@ Fabricator(:favourite) do - + account + status end |