spec/unit/models/services/service_operation_shared.rb
File service_operation_shared.rb
has 289 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
RSpec.shared_examples 'a model including the ServiceOperationMixin' do |service_class, operation_association, operation_class, service_key|
let(:service) { service_class.make }
before do
@service = service