Added shoulda matchers.

This commit is contained in:
Mario Visic 2012-01-21 15:51:16 +11:00
parent 0a2bd13058
commit 40c2902e80
2 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ group :test do
gem 'xpath', '~> 0.1.4' gem 'xpath', '~> 0.1.4'
gem 'capybara' gem 'capybara'
gem 'database_cleaner' gem 'database_cleaner'
gem 'shoulda-matchers'
gem 'spork', '~> 0.9.0.rc' gem 'spork', '~> 0.9.0.rc'
gem 'launchy' gem 'launchy'

View File

@ -259,6 +259,7 @@ GEM
ffi (~> 1.0.9) ffi (~> 1.0.9)
multi_json (~> 1.0.4) multi_json (~> 1.0.4)
rubyzip rubyzip
shoulda-matchers (1.0.0)
spork (0.9.0.rc9) spork (0.9.0.rc9)
term-ansicolor (1.0.7) term-ansicolor (1.0.7)
thor (0.14.6) thor (0.14.6)
@ -332,6 +333,7 @@ DEPENDENCIES
rubyzip rubyzip
sanitize sanitize
sass (= 3.1.2) sass (= 3.1.2)
shoulda-matchers
spork (~> 0.9.0.rc) spork (~> 0.9.0.rc)
unicorn unicorn
warden warden