Skip to content

Commit

Permalink
Removing unused block
Browse files Browse the repository at this point in the history
  • Loading branch information
phstc committed Dec 31, 2010
1 parent b234229 commit e027a0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/unit/test_base62.rb
Expand Up @@ -6,12 +6,12 @@
class Base62Test < Test::Unit::TestCase

context "encoding" do
setup do
@klass = Doc do
key :title, String
end
@klass.auto_increment!
end
# setup do
# @klass = Doc do
# key :title, String
# end
# @klass.auto_increment!
# end

should "Base62 encode" do
# 1
Expand Down

0 comments on commit e027a0c

Please sign in to comment.