Skip to content

Commit d027376

Browse files
committed
debug travis :(
1 parent b4bde32 commit d027376

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/integration/manage/serverspec/nginx_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,10 @@
5858
its(:stdout) { should match "<h1>Welcome to nginx!</h1>" }
5959
end
6060

61+
describe command "cat /var/log/nginx/*" do
62+
its(:exit_status) { should eq 0 }
63+
its(:stdout) { should match "XXXXXXXX" }
64+
end
65+
6166
end
6267

0 commit comments

Comments
 (0)