Update README.md

This commit is contained in:
Markus Schirp 2013-01-23 13:58:29 +01:00
parent 1ab050a19c
commit 2ed07b83f9

View file

@ -67,6 +67,14 @@ Public singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/#{m
Private instance methods: spec/unit/#{namespace}/#{class_name}/*_spec.rb
Private singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_spec.rb
```
Symbolic operator like method are expanded. So for example ```Foo#<<``` is expanded to:
```
Spec/unit/foo/left_shift_operator_spec.rb
````
The full list of expansion can be found here:
https://github.com/mbj/mutant/blob/master/lib/mutant/constants.rb
### --rspec-unit