gitlab-org--gitlab-foss/spec
Sean McGivern 1afddb7063 Prevent cluster migration spec from interfering with later specs
If a later spec tries to set a field that is added to any of these models by a
later migration than the GCP clusters migration, it will fail because the
model's columns are cached.

We should always refer to models in migration specs by either their class in the
migration, or the table directly, using the `table` helper.
2018-01-05 17:44:38 +00:00
..
bin
config
controllers
db/production
factories
features
finders
fixtures
helpers
initializers
javascripts
lib
mailers
migrations
models
policies
presenters
requests
routing
rubocop/cop
serializers
services
sidekiq/cron
support
tasks
unicorn
uploaders
validators
views
workers
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb