lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.2902.0 vs lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.2905.0
- old
+ new
@@ -41,11 +41,9 @@
def os_image_rspec_command
[
"cd #{STEMCELL_SPECS_DIR};",
"OS_IMAGE=#{os_image_tarball_path}",
'bundle exec rspec -fd',
- "spec/os_image/common_spec.rb",
- "spec/os_image/#{operating_system.name}_common_spec.rb",
"spec/os_image/#{operating_system_spec_name}_spec.rb",
].join(' ')
end
def stemcell_rspec_command