Skip to content

Commit c60e4ca

Browse files
authored
Merge pull request #409 from wyardley/acceptance_tests_1
Some minor initial fixes for acceptance tests
2 parents 24b32cb + e2e08f1 commit c60e4ca

3 files changed

Lines changed: 1 addition & 36 deletions

File tree

spec/acceptance/server_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class { 'mongodb::client': }
194194
it { is_expected.to be_file }
195195
it { is_expected.to be_owned_by 'root' }
196196
it { is_expected.to be_grouped_into 'root' }
197-
it { is_expected.to be_mode 644 }
197+
it { is_expected.to be_mode 600 }
198198
it { is_expected.to contain 'db.auth(\'admin\', \'password\')' }
199199
end
200200

spec/spec_helper_acceptance.rb

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /usr/bin/env ruby -S rspec
21
require 'beaker-rspec'
32
require 'beaker/puppet_install_helper'
43

spec/spec_helper_system.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)