test/unit/dassets_tests.rb in dassets-0.6.2 vs test/unit/dassets_tests.rb in dassets-0.7.0

- old
+ new

@@ -7,10 +7,10 @@ class BaseTests < Assert::Context desc "Dassets" subject{ Dassets } should have_imeths :config, :configure, :init, :[] - should have_imeths :source_list, :digest_source_files + should have_imeths :source_list should "return a `Config` instance with the `config` method" do assert_kind_of Config, subject.config end