Commit Graph

3 Commits

Author SHA1 Message Date
Thong Kuah f0391c2517 Add frozen_string_literal to spec/support
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25 17:33:34 +12:00
Mayra Cabrera 70e5d0ad1b Removes factories on Cluster background migration
'Populate cluster kubernetes namespace' was using factories for their
specs. According to our documentation (see spec/migrations/readme.md),
we should use table helper to create a temproary ActiveRecord::Base
derived model for a table.
2019-01-22 09:18:07 -06:00
Michael Kozono a02fed20d0 Move TrackUntrackedUploadsHelpers
into MigrationsHelpers namespace just for organization.
2018-02-20 12:09:50 -08:00