test/base/test_notification_center.rb in nanoc-3.6.1 vs test/base/test_notification_center.rb in nanoc-3.6.2
- old
+ new
@@ -1,9 +1,7 @@
# encoding: utf-8
-class Nanoc::NotificationCenterTest < MiniTest::Unit::TestCase
-
- include Nanoc::TestHelpers
+class Nanoc::NotificationCenterTest < Nanoc::TestCase
def test_post
# Set up notification
Nanoc::NotificationCenter.on :ping_received, :test do
@ping_received = true