cloudfoundry/cloud_controller_ng

View on GitHub
spec/support/lifecycle_tests_helpers.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method catalog has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def catalog
    {
      'services' => [
        {
          'id' => 'catalog1',
Severity: Minor
Found in spec/support/lifecycle_tests_helpers.rb - About 1 hr to fix

    Method create_app_binding_request has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def create_app_binding_request(service_instance_guid, app_guid)
        {
          type: 'app',
          metadata: {
            annotations: {
    Severity: Minor
    Found in spec/support/lifecycle_tests_helpers.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status