Update README.md

This commit is contained in:
Markus Schirp 2013-01-08 11:07:41 +01:00
parent c4d61d5b94
commit b8a16e9482

View file

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