lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3004.0 vs lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3008.0

- old
+ new

@@ -49,9 +49,10 @@ def stemcell_rspec_command [ "cd #{STEMCELL_SPECS_DIR};", "STEMCELL_IMAGE=#{image_file_path}", + "STEMCELL_WORKDIR=#{work_path}", "bundle exec rspec -fd#{exclude_exclusions}", "spec/stemcells/#{operating_system_spec_name}_spec.rb", "spec/stemcells/#{agent.name}_agent_spec.rb", "spec/stemcells/#{infrastructure.name}_spec.rb", ].join(' ')