Skip to content

Commit

Permalink
upgrading minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 23, 2013
1 parent bf40db3 commit d52d012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -13,6 +13,7 @@ Hoe.spec 'hana' do
self.readme_file = 'README.md'
self.history_file = 'CHANGELOG.rdoc'
self.extra_rdoc_files = FileList['*.rdoc']
extra_dev_deps << ["minitest", "~> 5.0"]
end

# vim: syntax=ruby
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -2,6 +2,6 @@
require 'hana'

module Hana
class TestCase < MiniTest::Unit::TestCase
class TestCase < Minitest::Test
end
end

0 comments on commit d52d012

Please sign in to comment.