Fix conference serializer spec to work with MySQL

This commit is contained in:
Hernan Schmidt 2016-08-18 16:21:09 +02:00 committed by Hernán Schmidt
parent 9eb4ac2738
commit 4d6868d9bb
5 changed files with 125 additions and 73 deletions

View file

@ -227,6 +227,8 @@ group :test do
gem 'webmock'
# for mocking Stripe responses in tests
gem 'stripe-ruby-mock'
# For validating JSON schemas
gem 'json-schema'
end
group :development, :test do