From 1348bb910b76663fc4472bd002a0cebcf655a587 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 8 Jul 2013 13:13:47 -0300 Subject: [PATCH] Tks to @stucki work on #92 there is no need to do this anymore :) --- spec/acceptance/sanity_check_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/acceptance/sanity_check_spec.rb b/spec/acceptance/sanity_check_spec.rb index b67987e..77b07b0 100644 --- a/spec/acceptance/sanity_check_spec.rb +++ b/spec/acceptance/sanity_check_spec.rb @@ -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