Restore spork dependency in Gemfile

This commit is contained in:
Thibault Jouan 2014-04-01 14:44:46 +00:00
parent da96c4814a
commit 99d106cf36

View File

@ -10,6 +10,7 @@ gem 'protected_attributes', '~> 1.0'
group :development, :test do
gem 'rspec-rails', '~> 2.6'
gem 'spork', '~> 1.0rc'
gem 'capybara', '~> 2.2'
gem 'factory_girl_rails', '~> 4.4'
gem 'shoulda-matchers', '~> 2.5'