test/unit/dassets_tests.rb in romo-0.19.9 vs test/unit/dassets_tests.rb in romo-0.19.10
- old
+ new
@@ -6,9 +6,15 @@
module Romo::Dassets
class UnitTests < Assert::Context
desc "Romo::Dassets"
+ setup do
+ Romo::Dassets.reset!
+ end
+ teardown do
+ Romo::Dassets.reset!
+ end
subject{ Romo::Dassets }
should have_imeths :configure!, :reset!
should "configure Romo with Dassets" do