README.markdown in dm-rspec2-0.2.1 vs README.markdown in dm-rspec2-0.2.2
- old
+ new
@@ -5,16 +5,16 @@
A set of rspec matchers to test DataMapper models like you test ActiveRecord models with rspec-rails that work with and use RSpec 2 matcher DSL
## Installation
- gem install dm-rspec2 # not published yet!
+ gem install dm-rspec2
## Usage
Add the following to your `spec_helper`:
- require 'dm-rspec'
+ require 'dm-rspec2'
RSpec.configure do |config|
config.include(DataMapper::Matchers)
end