mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Rename stubs_spec.cr to stub_spec.cr
This commit is contained in:
parent
2131967ba6
commit
f00ea23c47
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require "../../../spec_helper"
|
require "../../../spec_helper"
|
||||||
|
|
||||||
Spectator.describe "Stubs DSL" do
|
Spectator.describe "Stub DSL" do
|
||||||
double(:foobar, foo: 42, bar: "baz")
|
double(:foobar, foo: 42, bar: "baz")
|
||||||
let(dbl) { double(:foobar) }
|
let(dbl) { double(:foobar) }
|
||||||
|
|
Loading…
Reference in a new issue