]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Remove acceptance/basic_spec
authorJustin Stoller <justin@puppetlabs.com>
Sat, 15 Feb 2014 06:20:35 +0000 (22:20 -0800)
committerJustin Stoller <justin@puppetlabs.com>
Sat, 15 Feb 2014 06:20:35 +0000 (22:20 -0800)
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 [deleted file]

diff --git a/spec/acceptance/basic_spec.rb b/spec/acceptance/basic_spec.rb
deleted file mode 100644 (file)
index 12aa1eb..0000000
+++ /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