shard-spectator/src/spectator
2021-07-31 11:56:53 -06:00
..
config Remove unecessary branch 2021-07-20 18:29:26 -06:00
dsl Implement aggregate_failures 2021-07-31 11:56:53 -06:00
formatting Blank line after stack trace 2021-07-17 16:35:35 -06:00
matchers Merge branch 'release/0.10' into reporting 2021-05-19 20:15:51 -06:00
mocks Merge remote-tracking branch 'origin/master' into release/0.10 2021-07-11 00:16:25 -06:00
abstract_expression.cr Use multiple << on a single line 2021-05-30 14:21:42 -06:00
anything.cr Docs 2021-04-26 17:11:53 -06:00
block.cr Merge branch 'example-api' of gitlab.com:arctic-fox/spectator into example-api 2021-01-16 18:05:48 -07:00
composite_example_filter.cr Add missing require statements 2020-09-12 15:58:54 -06:00
config.cr Support defining hooks in configuration block 2021-07-17 15:20:58 -06:00
context.cr Use multiple << on a single line 2021-05-30 14:21:42 -06:00
context_delegate.cr Add null constructor 2021-01-09 10:56:33 -07:00
context_method.cr Create example context variants 2020-09-06 10:31:23 -06:00
dsl.cr Prevent using reserved keywords in let and subject 2021-02-10 16:58:17 -07:00
error_result.cr Basically done JSON formatter 2021-06-02 22:48:48 -06:00
events.cr Support defining hooks in configuration block 2021-07-17 15:20:58 -06:00
example.cr Cleaner distinction between metadata and tags 2021-06-12 16:45:45 -06:00
example_builder.cr Cleanup and add docs 2021-07-17 14:01:27 -06:00
example_context_delegate.cr Scratch work 2020-11-08 15:06:49 -07:00
example_context_method.cr Dynamic examples with null context 2020-11-07 14:43:59 -07:00
example_failed.cr Introduce non-expectation error ExampleFailed 2021-07-10 03:32:55 -06:00
example_filter.cr Override === to call includes? 2021-05-08 23:33:59 -06:00
example_group.cr Support defining hooks in configuration block 2021-07-17 15:20:58 -06:00
example_group_builder.cr Fix naming of hook methods when using a block 2021-07-17 14:32:55 -06:00
example_group_hook.cr Use multiple << on a single line 2021-05-30 14:21:42 -06:00
example_group_iteration.cr Cleanup and add docs 2021-07-17 14:01:27 -06:00
example_hook.cr Use multiple << on a single line 2021-05-30 14:21:42 -06:00
example_iterator.cr Move Node out of Spec namespace 2021-05-07 20:09:33 -06:00
example_pending.cr Track source location of pending result 2021-07-17 16:25:32 -06:00
example_procsy_hook.cr Use multiple << on a single line 2021-05-30 14:21:42 -06:00
expectation.cr Support custom messages for failed expectations 2021-07-17 17:42:25 -06:00
expectation_failed.cr Introduce non-expectation error ExampleFailed 2021-07-10 03:32:55 -06:00
expression.cr Introduce abstract generic value type 2021-01-15 22:32:02 -07:00
fail_result.cr Phrasing 2021-07-17 16:41:49 -06:00
formatting.cr Rename module from Formatters to Formatting 2019-02-28 19:14:03 -07:00
harness.cr Implement aggregate_failures 2021-07-31 11:56:53 -06:00
includes.cr Remove Spec namespace 2021-07-05 11:49:16 -06:00
iterative_example_group_builder.cr Cleanup and add docs 2021-07-17 14:01:27 -06:00
label.cr Start rework on capturing expressions 2021-01-09 00:12:28 -07:00
lazy.cr Address Ameba errors 2021-01-30 18:57:29 -07:00
lazy_wrapper.cr More docs 2021-02-09 22:50:09 -07:00
line_example_filter.cr Handle nil location 2021-06-02 23:35:41 -06:00
location.cr Consistent location fields 2021-06-02 23:09:30 -06:00
location_example_filter.cr Handle nil location 2021-06-02 23:35:41 -06:00
matchers.cr Add top-level namespace docs 2018-12-10 16:08:25 -07:00
metadata.cr Cleaner distinction between metadata and tags 2021-06-12 16:45:45 -06:00
mocks.cr Provide default stub for Process.exit 2021-07-10 14:18:07 -06:00
multiple_expectations_failed.cr Implement aggregate_failures 2021-07-31 11:56:53 -06:00
name_example_filter.cr Add return type annotations 2019-09-23 20:32:21 -06:00
node.cr Cleaner distinction between metadata and tags 2021-06-12 16:45:45 -06:00
node_builder.cr Cleanup and add docs 2021-07-17 14:01:27 -06:00
null_context.cr Dynamic examples with null context 2020-11-07 14:43:59 -07:00
null_example_filter.cr Add return type annotations 2019-09-23 20:32:21 -06:00
pass_result.cr Basically done JSON formatter 2021-06-02 22:48:48 -06:00
pending_example_builder.cr Formatting 2021-07-17 15:21:15 -06:00
pending_result.cr Formatting 2021-07-17 16:55:43 -06:00
profile.cr Move profile JSON formatting into Profile class 2021-06-02 23:51:53 -06:00
report.cr Implement JUnit formatter 2021-05-30 15:02:30 -06:00
result.cr Basically done JSON formatter 2021-06-02 22:48:48 -06:00
run_flags.cr Use enum flags for run modes 2021-05-08 22:51:54 -06:00
runner.cr Remove Spec namespace 2021-07-05 11:49:16 -06:00
runner_events.cr Remove Spec namespace 2021-07-05 11:49:16 -06:00
should.cr Support custom messages for failed expectations 2021-07-17 17:42:25 -06:00
spec.cr Remove Spec namespace 2021-07-05 11:49:16 -06:00
spec_builder.cr Support defining hooks in configuration block 2021-07-17 15:20:58 -06:00
system_exit.cr Provide default stub for Process.exit 2021-07-10 14:18:07 -06:00
test_context.cr Cleaner distinction between metadata and tags 2021-06-12 16:45:45 -06:00
value.cr Handle nil labels 2021-01-16 11:11:42 -07:00
wrapper.cr More docs 2021-02-09 22:50:09 -07:00