cloudfoundry/cloud_controller_ng

View on GitHub
spec/unit/models/runtime/shared_domain_spec.rb

Summary

Maintainability
A
2 hrs
Test Coverage

File shared_domain_spec.rb has 254 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require 'spec_helper'

module VCAP::CloudController
  RSpec.describe SharedDomain, type: :model do
    subject { SharedDomain.make name: 'test.example.com', router_group_guid: router_group_guid, router_group_type: 'tcp' }
Severity: Minor
Found in spec/unit/models/runtime/shared_domain_spec.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status