From b225a9abe0cf45a4a5613c1a9447e9d6da321089 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Wed, 23 Jan 2013 14:01:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b250f168..a6965e8d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Private singleton methods: spec/unit/#{namespace}/#{class_name}/class_methods/*_ Symbolic operator like method are expanded. So for example ```Foo#<<``` is expanded to: ``` -sspec/unit/foo/left_shift_operator_spec.rb +spec/unit/foo/left_shift_operator_spec.rb ```` The full list of expansion can be found here: