From bf848d27a3d34fcab605c5eaf69ecffd99781bf3 Mon Sep 17 00:00:00 2001 From: Justin Stoller Date: Fri, 14 Feb 2014 22:20:35 -0800 Subject: [PATCH] Remove acceptance/basic_spec This removes the legacy "basic_spec" that was used as an introduction to module testing. It assumes the FOSS path for the module dir. Since the default module dir changes in PE depending on whether or not the module is distributed with PE or not, these basic specs have been removed from other modules. --- spec/acceptance/basic_spec.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 spec/acceptance/basic_spec.rb diff --git a/spec/acceptance/basic_spec.rb b/spec/acceptance/basic_spec.rb deleted file mode 100644 index 12aa1eb..0000000 --- a/spec/acceptance/basic_spec.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'spec_helper_acceptance' - -# Here we put the more basic fundamental tests, ultra obvious stuff. -describe "basic tests:" do - it 'make sure we have copied the module across' do - shell('ls /etc/puppet/modules/firewall/Modulefile', {:acceptable_exit_codes => 0}) - end -end -- 2.45.2