mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Initial work on response constraints
This commit is contained in:
parent
de7cd90d11
commit
2adc867843
7 changed files with 85 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
require "../../spec_helper"
|
||||
|
||||
Spectator.describe Spectator::Double do
|
||||
subject(dbl) { Spectator::Double.new("foobar", foo: 42, bar: "baz") }
|
||||
subject(dbl) { Spectator::Double({foo: Int32, bar: String}).new("foobar", foo: 42, bar: "baz") }
|
||||
|
||||
it "responds to defined messages" do
|
||||
aggregate_failures do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue