3scale/porta

View on GitHub
features/support/helpers/apps_keys_helpers.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  def generate_application_keys(number)

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

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

  def fake_application_keys(application, keys)

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