Update README.md
This commit is contained in:
parent
1ab050a19c
commit
2ed07b83f9
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue