mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
we need spork rails to run our specs
This commit is contained in:
parent
2e6af399a8
commit
f3e24bac4f
2 changed files with 6 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue