README.md in rspec_candy-0.2.7 vs README.md in rspec_candy-0.2.8

- old
+ new

@@ -152,20 +152,21 @@ ### Extensions to **ActiveRecord::Base** -**create_without_callbacks** +**store_with_values** Only on Rails. Creates a record without validations or callbacks (like a stub in the database). Can be significantly faster than a factory. ##Changes from previous versions: -- `new_and_store` has been renamed `create_without_callbacks` +- `new_and_store` has been renamed to `store_with_values` +- `create_without_callbacks` has been renamed to `store_with_values` - `keep_invalid!` has been renamed to `prevent_storage` - `Object#should_not_receive_and_execute` has been removed (same as `Object#should_not_receive`) - `should_receive_all_with` (over-generic method name for a helper that is rarely useful)