Skip to content

Commit

Permalink
Don't require bundler or rubygems in the test helper.
Browse files Browse the repository at this point in the history
This file is included in the gem, but the Gemfile is not (and probably shouldn't be); furthermore, rubygems can be loaded automatically by setting RUBYOPT environment variable.
  • Loading branch information
lazyatom committed May 4, 2011
1 parent 4a208dc commit 815bf58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_helper.rb
@@ -1,7 +1,3 @@
require 'rubygems'
require 'bundler/setup'
$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])

require "kintama"
require "kintama/mocha"
require "fileutils"
Expand Down

0 comments on commit 815bf58

Please sign in to comment.