public-market/spree_batch_api

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

Summary

Maintainability
A
0 mins
Test Coverage

Complex method context#when file is correct (34.9)
Open

  context 'when file is correct' do
    let(:local_file) { File.join(Dir.pwd, 'spec/fixtures', 'inventory.csv') }

    before { 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