mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Works now due to lazy doubles
This commit is contained in:
parent
1327d74040
commit
a8e55e32d2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require "../spec_helper"
|
||||
|
||||
Spectator.describe "GitHub Issue #30" do
|
||||
# let(dbl) { double(:foo) }
|
||||
let(dbl) { double(:foo) }
|
||||
|
||||
xit "supports block-less symbol doubles", pending: "Mock redesign" do
|
||||
it "supports block-less symbol doubles" do
|
||||
expect(dbl).to_not be_nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue