spec/unit/berkshelf/api/cache_builder/worker/opscode_spec.rb in berkshelf-api-1.1.1 vs spec/unit/berkshelf/api/cache_builder/worker/opscode_spec.rb in berkshelf-api-1.2.0.rc1
- old
+ new
@@ -18,9 +18,11 @@
subject do
Berkshelf::API::CacheManager.start
described_class.new
end
+ it_behaves_like "a human-readable string"
+
describe "#cookbooks" do
let(:location_type) { described_class.worker_type }
let(:location_path) { Berkshelf::API::SiteConnector::Opscode::V1_API}
it "returns an array of RemoteCookbooks described by the server" do