cloudfoundry/cloud_controller_ng

View on GitHub
spec/unit/decorators/include_binding_service_instance_decorator_spec.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method can_be_decorated_with_include_binding_service_instance_decorator has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.can_be_decorated_with_include_binding_service_instance_decorator(klazz)
      RSpec.describe IncludeBindingServiceInstanceDecorator do
        subject(:decorator) { described_class }
        let(:bindings) { Array.new(3) { klazz.make } }
        let(:instances) do

    There are no issues that match your filters.

    Category
    Status