we need spork rails to run our specs

This commit is contained in:
Sam 2015-12-21 16:47:42 +11:00
parent 2e6af399a8
commit f3e24bac4f
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -396,6 +396,10 @@ GEM
tilt (>= 1.3, < 3) tilt (>= 1.3, < 3)
slop (3.6.0) slop (3.6.0)
sorcerer (1.0.2) sorcerer (1.0.2)
spork (1.0.0rc4)
spork-rails (4.0.0)
rails (>= 3.0.0, < 5)
spork (>= 1.0rc0)
sprockets (2.11.0) sprockets (2.11.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -522,6 +526,7 @@ DEPENDENCIES
simple-rss simple-rss
simplecov simplecov
sinatra sinatra
spork-rails
stackprof stackprof
therubyracer therubyracer
thin thin