Sha256: 74c2c74cc32075ba9589e788aaf53f618c962648f1df98a92303acb8a16c9cc9
Contents?: true
Size: 272 Bytes
Versions: 4
Compression:
Stored size: 272 Bytes
Contents
RSpec.describe Aldous::DummyErrorReporter do describe "::report" do let(:error) {RuntimeError.new('blah')} let(:data) { Hash.new } it "responds to the report method correctly" do expect(described_class.report(error, data)).to eq nil end end end
Version data entries
4 entries across 4 versions & 1 rubygems