Rename stubs_spec.cr to stub_spec.cr

This commit is contained in:
Michael Miller 2022-03-31 23:07:08 -06:00
parent 2131967ba6
commit f00ea23c47
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -1,6 +1,6 @@
require "../../../spec_helper"
Spectator.describe "Stubs DSL" do
Spectator.describe "Stub DSL" do
double(:foobar, foo: 42, bar: "baz")
let(dbl) { double(:foobar) }