spec/parsers/mrss_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Context description should match /^when\b/, /^with\b/, or /^without\b/.
Open

  context 'for DMA feed' do
Severity: Minor
Found in spec/parsers/mrss_spec.rb by rubocop

Context description should match /^when\b/, /^with\b/, or /^without\b/.
Open

  context 'for RSS with content module' do
Severity: Minor
Found in spec/parsers/mrss_spec.rb by rubocop

Prefer using be_able_to_parse matcher over able_to_parse?.
Open

          expect(described_class.able_to_parse?(dma_mrss_xml)).to be_truthy
Severity: Minor
Found in spec/parsers/mrss_spec.rb by rubocop

Spec path should end with feedjira/parser/oasis/mrss*_spec.rb.
Open

describe Feedjira::Parser::Oasis::Mrss do
Severity: Minor
Found in spec/parsers/mrss_spec.rb by rubocop

Prefer using be_able_to_parse matcher over able_to_parse?.
Open

          expect(described_class.able_to_parse?(mrss_xml)).to be_truthy
Severity: Minor
Found in spec/parsers/mrss_spec.rb by rubocop

There are no issues that match your filters.

Category
Status