spec/bosh/stemcell/builder_command_spec.rb in bosh-stemcell-1.5.0.pre.1210 vs spec/bosh/stemcell/builder_command_spec.rb in bosh-stemcell-1.5.0.pre.1211
- old
+ new
@@ -50,10 +50,11 @@
BuilderOptions.stub(:new).with(
env,
tarball: release_tarball_path,
stemcell_version: version,
infrastructure: infrastructure,
- operating_system: operating_system
+ operating_system: operating_system,
+ agent_name: expected_agent_name,
).and_return(stemcell_builder_options)
end
let(:root_dir) do
File.join('/mnt/stemcells', infrastructure.name, infrastructure.hypervisor, operating_system.name)