test/event_test.rb in clockwork-1.1.0 vs test/event_test.rb in clockwork-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
require File.expand_path('../../lib/clockwork', __FILE__)
-require 'contest'
+require 'active_support/test_case'
-class EventTest < Test::Unit::TestCase
+class EventTest < ActiveSupport::TestCase
describe "#thread?" do
setup do
@manager = mock
end