Remove Spork dependency.

This commit is contained in:
Bianca Nenciu
2017-08-09 22:50:59 +01:00
parent c3051b89c0
commit 1c079bec33
5 changed files with 167 additions and 332 deletions

View File

@@ -138,7 +138,6 @@ group :test, :development do
gem 'rspec-rails', require: false
gem 'shoulda', require: false
gem 'rspec-html-matchers'
gem 'spork-rails'
gem 'pry-nav'
gem 'byebug', require: ENV['RM_INFO'].nil?
end