Added shoulda matchers.
This commit is contained in:
parent
0a2bd13058
commit
40c2902e80
1
Gemfile
1
Gemfile
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user