Skip to content

Commit

Permalink
Added require 'bundler/setup' to test_helper.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
niho committed Nov 24, 2013
1 parent 92f6544 commit bc1622b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Expand Up @@ -2,9 +2,9 @@
dir = File.dirname(File.expand_path(__FILE__))
$LOAD_PATH.unshift dir + '/../lib'

gem 'minitest'
require 'rubygems'
require 'minitest/unit'
require 'bundler/setup'
require 'test/unit'
require 'related'
require 'redis/distributed'

Expand Down

0 comments on commit bc1622b

Please sign in to comment.