mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Add minitest to Gemfile to stub tests
This commit is contained in:
parent
26abb0d71d
commit
4029108601
1
Gemfile
1
Gemfile
@ -8,6 +8,7 @@ gem 'unicorn'
|
||||
gem 'yajl-ruby', require: 'yajl'
|
||||
|
||||
group :development do
|
||||
gem 'minitest'
|
||||
gem 'rack-test'
|
||||
gem 'shotgun'
|
||||
end
|
||||
|
@ -4,6 +4,7 @@ GEM
|
||||
fixer (0.5.0)
|
||||
nokogiri (~> 1.5)
|
||||
kgio (2.7.4)
|
||||
minitest (4.3.0)
|
||||
multi_json (1.3.7)
|
||||
nokogiri (1.5.5)
|
||||
pg (0.14.1)
|
||||
@ -35,6 +36,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
fixer
|
||||
minitest
|
||||
pg
|
||||
rack-test
|
||||
sequel
|
||||
|
Loading…
Reference in New Issue
Block a user