spec/support/stemcell_shared_examples.rb in bosh-stemcell-1.5.0.pre.1215 vs spec/support/stemcell_shared_examples.rb in bosh-stemcell-1.5.0.pre.1226
- old
+ new
@@ -14,6 +14,14 @@
describe command("grep -q 'export PATH=/var/vcap/bosh/bin:\\$PATH\n' /home/vcap/.bashrc") do
it { should return_exit_status(0) }
end
end
+
+ context 'installed by base_<os>' do
+
+ # required by go_agent
+ describe command('dig -v') do
+ it { should return_exit_status(0) }
+ end
+ end
end