Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Mar 20, 2024
1 parent 37f8f3e commit 8b3ea77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/relaton/logger/log_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
).and_return :dev

formatter = double("formatter")
expect(formatter).to receive(:is_a?).with(Class).and_return true
expect(formatter).to receive(:new).and_return :formatter
l = described_class.new($stderr, 1, 1024, levels: %i[info], progname: "progname", formatter: formatter,
datetime_format: "%m/%d/%Y", binmode: true,
Expand Down

0 comments on commit 8b3ea77

Please sign in to comment.