Skip to content

Commit

Permalink
Cleanup naming of the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 29, 2024
1 parent 2b2c76d commit 1aaec8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Updateresourcepoolidentifierstomiqproductfeatures < ActiveRecord::Migration[6.1]
class UpdateResourcePoolIdentifiersToMiqProductFeatures < ActiveRecord::Migration[6.1]
class MiqProductFeature < ActiveRecord::Base; end

FEATURE_MAPPING_UPDATE = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require_migration

describe Updateresourcepoolidentifierstomiqproductfeatures do
describe UpdateResourcePoolIdentifiersToMiqProductFeatures do
let(:miq_product_feature) { migration_stub(:MiqProductFeature) }

before do
Expand Down

0 comments on commit 1aaec8f

Please sign in to comment.