cloudfoundry/cloud_controller_ng

View on GitHub
spec/request/service_usage_events_spec.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method build_usage_event_json has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def build_usage_event_json(service_usage_event)
    {
      'guid' => service_usage_event.guid,
      'created_at' => iso8601,
      'updated_at' => iso8601,
Severity: Minor
Found in spec/request/service_usage_events_spec.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status