Skip to content

Commit

Permalink
fixup! fixup! Add library to get latest errata-info from RSS-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Oct 25, 2024
1 parent 3d94c59 commit c7cd04b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lib/deb_erratum_rss_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
describe "with #{testname}" do
subject { entry.erratum_id }

# rubocop:disable RSpec/SubjectStub
before { allow(entry).to receive(:title).and_return(input) }
# rubocop:enable RSpec/SubjectStub

it { is_expected.to eq(output) }
end
Expand Down Expand Up @@ -67,7 +69,6 @@
let(:num) { 2 }

it { is_expected.not_to be_empty }
it { is_expected.to respond_to(:errata_ids) }
it { is_expected.to have(num).entries }
end

Expand Down

0 comments on commit c7cd04b

Please sign in to comment.