Skip to content

Commit

Permalink
remove duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Jul 4, 2014
1 parent b2b75bf commit 0c2df46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/spec_requirer/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ def initialize(configuration)
define_methods
end

def add_to_load_path(path)
path = path.to_s
$LOAD_PATH.unshift path unless $LOAD_PATH.include?(path)
end

def included(descendant)
super
descendant.class_eval { include Methods }
Expand Down

0 comments on commit 0c2df46

Please sign in to comment.