buckybox/webstore

View on GitHub
app/models/customer_factory.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class CustomerFactory has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class CustomerFactory
  CustomerWrapper = Struct.new(
    :id, :address, :via_webstore, :email, :delivery_service_id,
    :first_name, :last_name
  )
Severity: Minor
Found in app/models/customer_factory.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status