mhenrixon/stub_requests

View on GitHub
spec/stub_requests/concerns/property/validator_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method describe#.call (22.7)
Open

  describe ".call" do
    subject(:call) { described_class.call(name, type, default, properties) }

    before do
      allow(described_class).to receive(:new).and_return(validator)

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status