3scale/porta

View on GitHub
features/support/factory_bot.rb

Summary

Maintainability
A
0 mins
Test Coverage

FactoryBotStepHelpers#convert_human_hash_to_attribute_hash doesn't depend on instance state (maybe move it to another class?)
Open

  def convert_human_hash_to_attribute_hash(human_hash, associations = [])
Severity: Minor
Found in features/support/factory_bot.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status