Skip to content

Commit

Permalink
Merge pull request #409 from wyardley/acceptance_tests_1
Browse files Browse the repository at this point in the history
Some minor initial fixes for acceptance tests
  • Loading branch information
bastelfreak authored Oct 21, 2017
2 parents 24b32cb + e2e08f1 commit c60e4ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class { 'mongodb::client': }
it { is_expected.to be_file }
it { is_expected.to be_owned_by 'root' }
it { is_expected.to be_grouped_into 'root' }
it { is_expected.to be_mode 644 }
it { is_expected.to be_mode 600 }
it { is_expected.to contain 'db.auth(\'admin\', \'password\')' }
end

Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /usr/bin/env ruby -S rspec
require 'beaker-rspec'
require 'beaker/puppet_install_helper'

Expand Down
34 changes: 0 additions & 34 deletions spec/spec_helper_system.rb

This file was deleted.

0 comments on commit c60e4ca

Please sign in to comment.