Remove basic spec
This removes the "basic_spec" as it is largely a sanity check against the env/tooling. The spec itself is problematic because in Puppet Enterprise a module will be in 'sitemoduledir' or 'distmoduledir' depending on whether it's included in PE as part of the distribution or not. However it will always be in 'distmoduledir' for FOSS.
This commit is contained in:
parent
48a4e0891b
commit
25e7c2845e
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
require 'spec_helper_acceptance'
|
||||
|
||||
# Here we put the more basic fundamental tests, ultra obvious stuff.
|
||||
describe "basic tests:" do
|
||||
it 'copies the module across' do
|
||||
# No point diagnosing any more if the module wasn't copied properly
|
||||
shell "ls #{default['distmoduledir']}/inifile" do |r|
|
||||
expect(r.stdout).to match(/Modulefile/)
|
||||
expect(r.stderr).to be_empty
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue