Fyi disable_orchestration when testing hosts

Just a quick note that can save time for others when writing tests using hosts. Run the method disable_orchestration in setup. Otherwise, a hosts fixture such as hosts(:one) is not valid. disable_orchestration is already in unit/host_test.rb but I was writing a new test for unit/host_class_test.rb and got failures because disable_orchestration wasn't there.

Joseph