README.rdoc in rspec-spies-2.1.0 vs README.rdoc in rspec-spies-2.1.1

- old
+ new

@@ -23,9 +23,10 @@ To get started, you just need to: * Run: gem install rspec-spies --source http://gemcutter.org * Update spec_helper to include this line: require 'rspec-spies' + * Alternatively, you can add `-r rspec-spies` to your project's .rspec file == Before and after test spies If you think this simple case is redudant, consider this extended example without using test spies (note: these are using shoulda's rspec matchers):