Skip to content

Commit 8e2c65c

Browse files
committed
fix the build and load minitest
1 parent b265eeb commit 8e2c65c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ group :test do
1111
gem "hoptoad_notifier"
1212
gem "airbrake"
1313
gem "i18n"
14+
gem "minitest"
1415
end

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
$LOAD_PATH.unshift dir + '/../lib'
55
$TESTING = true
66
require 'test/unit'
7+
require 'minitest/unit'
78

89
require 'redis/namespace'
910
require 'resque'

0 commit comments

Comments
 (0)