Fix view test for cfps

This commit is contained in:
Artem Chernikov 2014-07-04 22:55:01 +02:00
parent c482d88e3a
commit 7cd21bbf11
3 changed files with 10 additions and 2 deletions

View file

@ -123,4 +123,6 @@ group :test do
gem 'poltergeist'
# Set of rails validations matchers to describe models
gem 'shoulda'
# Extracted from RSpec 3 stub_model and mock_model
gem 'rspec-activemodel-mocks'
end