Skip to content

Commit

Permalink
Revert "Add __FILE__ and __LINE__ for better backtraces."
Browse files Browse the repository at this point in the history
This reverts commit 1a29d89.
  • Loading branch information
Gabe Berke-Williams committed Mar 25, 2012
1 parent 1a29d89 commit 1c0bab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/file.rb
Expand Up @@ -23,7 +23,7 @@ def each(&block)


def appraise(name, &block) def appraise(name, &block)
appraisal = Appraisal.new(name, gemfile) appraisal = Appraisal.new(name, gemfile)
appraisal.instance_eval(&block, __FILE__, __LINE__) appraisal.instance_eval(&block)
@appraisals << appraisal @appraisals << appraisal
end end


Expand Down

0 comments on commit 1c0bab2

Please sign in to comment.