Update README.md

This commit is contained in:
Markus Schirp 2013-01-23 13:59:03 +01:00
parent 2ed07b83f9
commit d28a0bb9f7

View file

@ -67,6 +67,9 @@ 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
```
#### Expansions:
Symbolic operator like method are expanded. So for example ```Foo#<<``` is expanded to:
```
Spec/unit/foo/left_shift_operator_spec.rb