Update README.md
This commit is contained in:
parent
c4d61d5b94
commit
b8a16e9482
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ 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
|
||||
Private instance methods: spec/unit/#{namespace}/#{class_name}/*_spec.rb
|
||||
Privvate singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_spec.rb
|
||||
Private singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_spec.rb
|
||||
```
|
||||
|
||||
### --rspec-unit
|
||||
|
|
Loading…
Reference in a new issue