Skip to content

Commit

Permalink
test(inspec): add git test command
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Dec 22, 2023
1 parent 9a58b6d commit c3e6545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/default/controls/system_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
its('exit_status') { should eq 0 }
its('stdout') { should eq "status\n" }
end
describe command('git config --get alias.pu') do
its('exit_status') { should eq 0 }
its('stdout') { should eq "push\n" }
end
end

0 comments on commit c3e6545

Please sign in to comment.