From: Justin Stoller Date: Sat, 15 Feb 2014 06:20:35 +0000 (-0800) Subject: Remove acceptance/basic_spec X-Git-Tag: 1.0.1~15^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bf848d27a3d34fcab605c5eaf69ecffd99781bf3;p=puppet-modules%2Fpuppetlabs-firewall.git 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. --- 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