Skip to content
Snippets Groups Projects
Commit 1c1e7975 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

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>
parent 53413f12
No related branches found
No related tags found
1 merge request!3852Add minitest to Gemfile. Fix #3826
Loading
Loading
@@ -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"
 
Loading
Loading
Loading
Loading
@@ -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)
Loading
Loading
@@ -538,6 +539,7 @@ DEPENDENCIES
kaminari (~> 0.14.1)
launchy
letter_opener
minitest
modernizr (= 2.6.2)
mysql2
omniauth (~> 1.1.3)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment