From 2ed07b83f93fab78df33c174928a4e244bced808 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 23 Jan 2013 13:58:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 72e65996..0eeaec32 100644 --- a/README.md +++ b/README.md @@ -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