Skip to content

Commit

Permalink
Merge pull request #24 from jordiprats/master
Browse files Browse the repository at this point in the history
fix acceptance
  • Loading branch information
jordiprats authored Nov 8, 2018
2 parents ae39fed + 78ce64c commit 6fa786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class { 'bash':
describe file('/etc/profile.d/history.sh') do
it { should be_file }
its(:content) { should match 'puppet managed file' }
its(:content) { should match 'HISTTIMEFORMAT="%d%m%y %H%M%S -> "' }
its(:content) { should match 'HISTTIMEFORMAT="%d%m%y %H%M%S - "' }
its(:content) { should match 'HISTFILESIZE="1000000"' }
its(:content) { should match 'HISTSIZE="1000000"' }
its(:content) { should match 'HISTCONTROL="ignoredups"' }
Expand Down

0 comments on commit 6fa786b

Please sign in to comment.