test/_lib.rb in chalk-log-0.1.4 vs test/_lib.rb in chalk-log-0.1.5
- old
+ new
@@ -9,8 +9,9 @@
require_relative '_lib/fake'
class Test < ::MiniTest::Spec
def setup
# Put any stubs here that you want to apply globally
+ super
end
end
end