diff --git a/spec/acceptance/base_spec.rb b/spec/acceptance/base_spec.rb index e13ac8c..f956fd2 100644 --- a/spec/acceptance/base_spec.rb +++ b/spec/acceptance/base_spec.rb @@ -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"' }