test/unit/sanford_tests.rb in sanford-0.10.1 vs test/unit/sanford_tests.rb in sanford-0.11.0

- old
+ new

@@ -1,20 +1,12 @@ require 'assert' require 'sanford' -require 'sanford/config' - module Sanford class UnitTests < Assert::Context desc "Sanford" subject{ Sanford } - - should have_imeths :config, :configure, :init, :register, :hosts - - should "return a `Config` instance with the `config` method" do - assert_kind_of Sanford::Config, subject.config - end end end