Update README.md
This commit is contained in:
parent
66b09f8d8a
commit
c4d61d5b94
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ The following specs are executed to kill a mutation on:
|
|||
```
|
||||
Public instance methods: spec/unit/#{namespace}/#{class_name}/#{method_name}_spec.rb
|
||||
Public singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/#{method_name}_spec.rb
|
||||
Public instance methods: spec/unit/#{namespace}/#{class_name}/
|
||||
Public singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods
|
||||
Private instance methods: spec/unit/#{namespace}/#{class_name}/*_spec.rb
|
||||
Privvate singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_spec.rb
|
||||
```
|
||||
|
||||
### --rspec-unit
|
||||
|
|
Loading…
Add table
Reference in a new issue