Skip to content

Commit

Permalink
Release minitest lock so we can fix the order dependent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 27, 2017
1 parent 1583e26 commit 2883d2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -94,9 +94,6 @@ local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exist? local_gemfile

group :test do
# FIX: Our test suite isn't ready to run in random order yet.
gem "minitest", "< 5.3.4"

platforms :mri do
gem "stackprof"
gem "byebug"
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Expand Up @@ -215,7 +215,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.3.3)
minitest (5.9.0)
mocha (0.14.0)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
Expand Down Expand Up @@ -396,7 +396,6 @@ DEPENDENCIES
kindlerb (~> 1.2.0)
libxml-ruby
listen (>= 3.0.5, < 3.2)
minitest (< 5.3.4)
mocha (~> 0.14)
mysql2 (>= 0.4.4)
nokogiri (>= 1.6.8)
Expand Down

0 comments on commit 2883d2d

Please sign in to comment.