Remove RSpec given.

This commit is contained in:
Guo Xiang Tan
2016-12-14 10:29:22 +08:00
parent 53086fdb98
commit 18f400e652
9 changed files with 315 additions and 197 deletions
-2
View File
@@ -138,8 +138,6 @@ group :test, :development do
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM =~ /linux/i ? 'rb-inotify' : false
gem 'rspec-rails', require: false
gem 'shoulda', require: false
gem 'simplecov', require: false
gem 'rspec-given'
gem 'rspec-html-matchers'
gem 'spork-rails'
gem 'pry-nav'