Skip to content

Commit

Permalink
remove call to require rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
ggklf committed Feb 25, 2012
1 parent c24b4a8 commit c2a584a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/helper.rb
@@ -1,4 +1,4 @@
require 'rubygems'
#require 'rubygems'
require 'bundler'
begin
Bundler.setup(:default, :development)
Expand All @@ -14,5 +14,5 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'bio-isoelectric_point'

class Test::Unit::TestCase
end
#class Test::Unit::TestCase
#end

0 comments on commit c2a584a

Please sign in to comment.