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

@@ -117,6 +117,7 @@ GEM
ffi (>= 1.0.7)
json_pure
rubyzip
shoulda-matchers (1.0.0.beta3)
spork (0.9.0.rc9)
sprockets (2.0.0)
hike (~> 1.2)
@@ -147,4 +148,5 @@ DEPENDENCIES
rails (= 3.1.0)
rb-inotify
rspec-rails
shoulda-matchers
spork (~> 0.9.0.rc)