mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Merge branch 'issue-11-fix' into 'master'
Issue 11 fix Closes #11 See merge request arctic-fox/spectator!4
This commit is contained in:
commit
b6ac736dd2
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: spectator
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
description: |
|
||||
A feature-rich spec testing framework for Crystal with similarities to RSpec.
|
||||
|
||||
|
|
|
@ -1537,7 +1537,7 @@ module Spectator::DSL
|
|||
# The block passed to this macro is the actual test code.
|
||||
private macro _spectator_test(class_name, run_method_name)
|
||||
# Wrapper class for isolating the test code.
|
||||
struct {{class_name.id}}
|
||||
class {{class_name.id}}
|
||||
# Mix in methods and macros specifically for example DSL.
|
||||
include ::Spectator::DSL::ExampleDSL
|
||||
|
||||
|
|
Loading…
Reference in a new issue