Skip to content

Commit

Permalink
Our test suite isn't ready to run in random order yet 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran authored and rafaelfranca committed May 17, 2014
1 parent 74b94de commit 656bc9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -36,6 +36,9 @@ local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exist? local_gemfile instance_eval File.read local_gemfile if File.exist? local_gemfile


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

platforms :mri_19 do platforms :mri_19 do
gem 'ruby-prof', '~> 0.11.2' gem 'ruby-prof', '~> 0.11.2'
end end
Expand Down

0 comments on commit 656bc9a

Please sign in to comment.