Skip to content

Commit

Permalink
don't explicitly require rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Oct 24, 2011
1 parent d493c4e commit 2c8d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rubygems'

require 'simple_geo'
require 'rspec'
require 'fakeweb'
Expand Down

0 comments on commit 2c8d513

Please sign in to comment.