Skip to content

Commit

Permalink
Use gem if it is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Tydén committed May 10, 2012
1 parent ce6eddb commit 4dbca9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/hyperspec_spec.rb
@@ -1,6 +1,8 @@
require 'uri'

gem 'minitest' # Ensure gem is used over built in.
# Ensure gem is used over 1.9.x built in.
gem 'minitest' if RUBY_VERSION =~ /1.9.\d/

require 'minitest/spec'
require 'minitest/autorun'

Expand Down

0 comments on commit 4dbca9e

Please sign in to comment.