Tks to @stucki work on #92 there is no need to do this anymore :)

This commit is contained in:
Fabio Rehm 2013-07-08 13:13:47 -03:00
parent 3e73a85d52
commit 1348bb910b

View file

@ -20,10 +20,7 @@ describe 'Sanity check' do
end
it "is able to be SSH'ed" do
expected = 'lxc-test-box'
# HACK:
expected = ENV['BOX_NAME'].gsub(/64$/, '') if %w( squeeze64 wheezy64 sid64 ).include? ENV['BOX_NAME']
expect(vagrant_ssh('hostname')).to eq expected
expect(vagrant_ssh('hostname')).to eq 'lxc-test-box'
end
it 'mounts shared folders with the right permissions' do