Update README.md

This commit is contained in:
Markus Schirp 2013-01-08 11:07:25 +01:00
parent 66b09f8d8a
commit c4d61d5b94

View file

@ -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