Skip to content

Commit

Permalink
Remove Ruby 1.8 special case; reorder requires to suppress warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahoney committed Jan 1, 2014
1 parent 88dcebf commit 25f9bb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/spec_helper.rb
@@ -1,7 +1,5 @@
require 'rubygems' if RUBY_VERSION =~ /^1.8/
gem 'minitest'
require 'minitest/spec'
require 'minitest/autorun'
require 'minitest/spec'
require 'minitest/matchers'

require 'process_shared'
Expand Down

0 comments on commit 25f9bb2

Please sign in to comment.