Skip to content

Commit

Permalink
Removed $: modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 9, 2012
1 parent 870dc4f commit dd74301
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/spec_helper.rb
@@ -1,9 +1,3 @@
dir_path = File.dirname(__FILE__)
lib_path = File.expand_path(dir_path + '/../lib')
bin_path = File.expand_path(dir_path + '/..')
$:.unshift lib_path unless $:.include? lib_path
$:.unshift bin_path unless $:.include? bin_path

require 'pp'
require 'mspec/helpers/io'
require 'mspec/helpers/scratch'
Expand Down Expand Up @@ -41,4 +35,3 @@ def new_option
# Just to have an exception name output not be "Exception"
class MSpecExampleError < Exception
end

0 comments on commit dd74301

Please sign in to comment.