Commit Graph

4 Commits

Author SHA1 Message Date
Thong Kuah 4ec16912b8 Autocorrect with RSpec/ExampleWording cop
- rewords examples starting with 'should'
- rewords examples starting with 'it'

Note: I had to manually fixup "onlies" to "only"
2019-04-05 08:43:27 +00: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
Bob Van Landuyt c905130ef0 Ignore existing offenses of FactoriesInMigration 2019-01-16 13:15:33 +01:00
Mayra Cabrera 477d2e1a47 Add background migration for Kubernetes Namespaces 2018-11-06 12:23:00 +00:00