Skip to content

Commit

Permalink
load rubygems on 1.8 since it is not loaded when doing rake without b…
Browse files Browse the repository at this point in the history
…undle exec
  • Loading branch information
grosser committed Sep 14, 2013
1 parent 80a53da commit b0c0430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/parallel_test
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
require 'rubygems' if RUBY_VERSION < "1.9"
$LOAD_PATH << File.expand_path("../../lib", __FILE__)
require "parallel_tests"

Expand Down

0 comments on commit b0c0430

Please sign in to comment.