Its been a long time since the project was created. The ruby version and gems are outdated.
They have been updated in the update_ruby_and_gems branch.
Noteable changes and findings:
FactoryGirl was replaced with FactoryBot
FactoryBot.attributes_for(:model, attribute: value) will not incorporate the attribute: value pair in the result hash.
TODOs:
Its been a long time since the project was created. The ruby version and gems are outdated.
They have been updated in the update_ruby_and_gems branch.
Noteable changes and findings:
FactoryGirl was replaced with FactoryBot
FactoryBot.attributes_for(:model, attribute: value)will not incorporate theattribute: valuepair in the result hash.TODOs:
attributes_forand check if the tests using it work as intended.