ManageIQ / inventory_refresh

Apache License 2.0
1 stars 23 forks source link

Change FactoryGirl to FactoryBot #63

Closed djberg96 closed 5 years ago

djberg96 commented 5 years ago

This PR is a followup to ManageIQ/manageiq#18279 where we're updating FactoryGirl to FactoryBot.

djberg96 commented 5 years ago

@miq-bot add_labels hammer/no, gaprindashvili/no, test

miq-bot commented 5 years ago

@djberg96 Cannot apply the following labels because they are not recognized: hammer/no, gaprindashvili/no

djberg96 commented 5 years ago

Not sure why 2.3.x failed. Is it a bundler issue?

djberg96 commented 5 years ago

To make Travis happy, I also updated the bundler version, since I think we'll be wanting the latest and greatest anyway.

Edit: oops, that just made it worse somehow.

Update: Aha, the .travis.yml file had the version specified. I've updated that.

miq-bot commented 5 years ago

Checked commit https://github.com/djberg96/inventory_refresh/commit/fafcd9536a3334e47daaf781aa171d1581673991 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 45 files checked, 33 offenses detected

spec/helpers/spec_mocked_data.rb

spec/persister/finders_spec.rb

spec/persister/local_db_finders_spec.rb

spec/persister/retention_strategies_spec.rb

spec/persister/serializing_spec.rb

spec/save_inventory/build_parent_inventory_collections_spec.rb

spec/save_inventory/graph_of_inventory_collections_spec.rb

spec/save_inventory/saver_strategies_spec.rb

spec/save_inventory/strategies_and_references_spec.rb

spec/target_collection_spec.rb

spec/target_spec.rb

djberg96 commented 5 years ago

@miq-bot add_reviewer @agrare

djberg96 commented 5 years ago

@miq-bot add_reviewer @Fryguy