cloudfoundry-community / bosh-gen

Rapid generation of BOSH releases
MIT License
68 stars 21 forks source link

Fix rspec tests / Travis script / Rakefile #74

Closed jhunt closed 8 years ago

jhunt commented 8 years ago

88c7c74fd3 changed the path of bin/$JOBNAME_ctl to just bin/ctl. At that point, rspec started failing. At the same time, Travis was running bundle exec rake spec, which was looking at the wrong file pattern.