test/integration/app_test.rb in ns-options-0.3.1 vs test/integration/app_test.rb in ns-options-0.4.0

- old
+ new

@@ -59,11 +59,10 @@ class SubNamespaceTest < DefineTest desc "the sub namespace" subject{ @module.settings.sub } should "have set the run_commands option" do - assert_kind_of NsOptions::Boolean, subject.run_commands - assert_equal @run, subject.run_commands.actual + assert_equal @run, subject.run_commands end end end