Skip to content

Commit

Permalink
Upgrade from test/unit to minitest/autorun
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Mar 16, 2012
1 parent ff14bad commit 500a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sixarm_ruby_secure_random_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
require 'minitest/autorun'
require 'simplecov'
SimpleCov.start
require 'test/unit'
require 'sixarm_ruby_secure_random'

class Testing < Test::Unit::TestCase
Expand Down

0 comments on commit 500a09f

Please sign in to comment.