Skip to content

Commit

Permalink
Get rid of unused method on test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 5, 2014
1 parent c532efd commit 3a30826
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ def setup_rufus_tokyo
puts "can't use KeyValue backend because: #{e.message}"
end
end

Object.class_eval do
def meta_class
class << self; self; end
end
end unless Object.method_defined?(:meta_class)

0 comments on commit 3a30826

Please sign in to comment.