README.markdown in dm-rspec-0.0.2 vs README.markdown in dm-rspec-0.1.0

- old
+ new

@@ -1,6 +1,7 @@ # dm-rspec +by Potapov Sergey (aka Blake) A set of rspec matchers to test DataMapper models like you test ActiveRecord models with rspec-rails. ## Installation @@ -23,10 +24,11 @@ * belong\_to * have\_many * have\_many\_and\_belong\_to * have\_property * have(n).errors_on(:property) +* have_many(:association).trough(:another_association) ## Examples Assume you have the next models: @@ -70,12 +72,11 @@ ## TODO Implement the next matchers: -* have\_many(:models).through(:association) - -Implement matchers for validations. +* have timestamps +* matchers to verify validations ## Contributing to dm-rspec * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet