shard-spectator/spec/spectator/mocks
Michael Miller ddaed636c4
Remove type resolution
The `resolve` macro method operates in the scope of `@type`, not where the macro method was called.
This is why types could not be found within the spec.
Change `define_subclass` to `define_subtype` and accept base type keyword.
2022-05-18 20:56:04 -06:00
..
allow_spec.cr Test Allow 2022-04-02 12:07:39 -06:00
arguments_spec.cr Better formatting for empty arguments 2022-03-12 17:49:07 -07:00
double_spec.cr Add functionality to clear stubs 2022-05-15 15:56:32 -06:00
lazy_double_spec.cr Add functionality to clear stubs 2022-05-15 15:56:32 -06:00
method_call_spec.cr Document and test MethodCall 2022-03-05 16:15:42 -07:00
mock_spec.cr Remove type resolution 2022-05-18 20:56:04 -06:00
null_double_spec.cr Add functionality to clear stubs 2022-05-15 15:56:32 -06:00
null_stub_spec.cr Test stub location 2022-04-02 12:09:59 -06:00
reference_mock_registry_spec.cr Add delete method to clear stubs for a mock 2022-05-15 16:19:55 -06:00
value_mock_registry_spec.cr Add delete method to clear stubs for a mock 2022-05-15 16:19:55 -06:00
value_stub_spec.cr Test stub modifiers 2022-04-02 12:12:31 -06:00