Conference Model tests

This commit is contained in:
Chrisbr 2014-05-09 14:14:21 +02:00
parent adfa9cc871
commit aff37e8fb1
3 changed files with 78 additions and 21 deletions

View file

@ -76,6 +76,7 @@ group :development, :test do
gem 'rspec', '>= 3.0.0.beta'
gem 'rspec-rails', '>= 3.0.0.beta'
gem 'capybara'
gem 'shoulda'
end
# FIXME: We should use http://weblog.rubyonrails.org/2012/3/21/strong-parameters/