README.md in shoulda-kept-assign-to-1.0.1 vs README.md in shoulda-kept-assign-to-1.1.0

- old
+ new

@@ -1,9 +1,12 @@ # Shoulda-Kept-Assign-To +By [Tinfoil Security](http://tinfoilsecurity.com/) -Shoulda-matchers, ([official Git repo](https://github.com/thoughtbot/shoulda-matchers)), removed the assign_to matcher in version 2.0.0. We missed it dearly, enough to bring it back. This gem includes all of the current version of shoulda-matchers, and it adds the 'assign_to' matcher back in, just the way it was before it was mercilessly destroyed. +[![Build Status](https://travis-ci.org/tinfoil/shoulda-kept-assign-to.svg?branch=master)](https://travis-ci.org/tinfoil/shoulda-kept-assign-to) +Shoulda-matchers ([official Git repo](https://github.com/thoughtbot/shoulda-matchers)) removed the `assign_to` matcher in version 2.0.0. We missed it dearly, enough to bring it back. This gem adds the `assign_to` matcher back in and includes, by reference, all the rest of the `shoulda-matchers` – just the way it was before it was mercilessly destroyed. + ## Example (from shoulda-matchers, v1.5) ```ruby describe PostsController, "#show" do it { should permit(:title, :body).for(:create) } @@ -24,7 +27,8 @@ ```ruby group :test do gem "shoulda-kept-assign-to" end +``` -Shoulda will automatically include matchers into the appropriate example groups. \ No newline at end of file +Shoulda will automatically include matchers into the appropriate example groups.