public-market/spree_batch_api

View on GitHub
spec/actions/spree/inventory/json_import_action_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Complex method context#when json have wrong items (40.2)
Open

  context 'when json have wrong items' do
    let(:payload) { '{ "items": [{"id": "some"}] }' }

    before do
      call

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