Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <lance@osuosl.org>
  • Loading branch information
ramereth committed Sep 28, 2020
1 parent 0cd2ec3 commit 28e34a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/inspec/default_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe file '/tmp/htpass_test' do
its('content') { should match %r{^foo:\$apr1.*/} }
its('content') { should match /^foo:\$apr1.*/ }
its('content') { should match %r{^jane:\$apr1\$PsW9V1Ij\$lDqu\.ixfvbG5hRN27c5Xn/} }
its('content') { should_not match /^admin/ }
its('owner') { should eq 'root' }
Expand Down

0 comments on commit 28e34a8

Please sign in to comment.