spec/invoker/power/setup/osx_setup_spec.rb in invoker-1.2.0.pre2 vs spec/invoker/power/setup/osx_setup_spec.rb in invoker-1.2.0

- old
+ new

@@ -87,10 +87,10 @@ @setup.expects(:drop_to_normal_user).returns(true) @setup.expects(:flush_dns_rules).returns(true) @setup.expects(:install_firewall).once() @setup.setup_invoker - expect(Dir.exist?(Invoker::Power::OsxSetup::RESOLVER_DIR)).to be_true + expect(Dir.exist?(Invoker::Power::OsxSetup::RESOLVER_DIR)).to be_truthy end end end end