mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Address Ameba issues
This commit is contained in:
parent
b83c6b7b1e
commit
b3fa2e3bfe
2 changed files with 1 additions and 3 deletions
|
@ -161,8 +161,6 @@ Spectator.describe Spectator::NullDouble do
|
|||
subject(dbl) { EmptyDouble.new }
|
||||
|
||||
it "returns self with undefined messages" do
|
||||
io = IO::Memory.new
|
||||
pp = PrettyPrint.new(io)
|
||||
aggregate_failures do
|
||||
# Methods that would cause type cast errors are omitted from this list.
|
||||
expect_null_double(dbl, dbl.!=(42))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue