Bundle shoulda and use ActiveModel matchers in specs

This commit is contained in:
Thibault Jouan
2011-09-21 00:07:19 +00:00
parent 72f800397d
commit 6af1540640
7 changed files with 27 additions and 84 deletions

View File

@@ -18,4 +18,5 @@ group :development, :test do
gem 'guard-rspec'
gem 'guard-spork'
gem 'rb-inotify'
gem 'shoulda-matchers'
end