cloudfoundry/cloud_controller_ng

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

Summary

Maintainability
A
2 hrs
Test Coverage

File droplet_model_spec.rb has 289 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require 'spec_helper'

module VCAP::CloudController
  RSpec.describe DropletModel do
    it { is_expected.to validates_includes DropletModel::DROPLET_STATES, :state, allow_missing: true }
Severity: Minor
Found in spec/unit/models/runtime/droplet_model_spec.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status