Skip to content
代码片段 群组 项目
提交 1c1e7975 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis
浏览文件

Add minitest to Gemfile. Fix #3826


There are occasions where minitest is not bundled in packaged
versions of ruby that some OSes distribute (eg Fedora). Adding
minitest to Gemfile ensures that it gets loaded and tests can run.

Signed-off-by: default avatarAxilleas Pipinellis <axilleas@archlinux.gr>
上级 53413f12
No related branches found
No related tags found
无相关合并请求
......@@ -153,6 +153,9 @@ group :development, :test do
gem "launchy"
gem 'factory_girl_rails'
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest'
# Generate Fake data
gem "ffaker"
......
......@@ -263,6 +263,7 @@ GEM
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.23)
minitest (4.7.4)
modernizr (2.6.2)
sprockets (~> 2.0)
multi_json (1.7.2)
......@@ -538,6 +539,7 @@ DEPENDENCIES
kaminari (~> 0.14.1)
launchy
letter_opener
minitest
modernizr (= 2.6.2)
mysql2
omniauth (~> 1.1.3)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册