Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d905da4

Browse files
Adding debug output for /etc/os-release, uname -a
Change-Id: I016c1d5b3ba63f66490d15fc918dc72f6f3dbe87
1 parent 1382273 commit d905da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎spec/localhost/python_simplehttpserver_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ def image
9595
its(:stdout) { should match /just testing... debug network/ }
9696
end
9797

98+
describe command("cat /etc/os-release") do
99+
its(:stdout) { should match /just testing... debug os-release/ }
100+
end
101+
102+
describe command("uname -a") do
103+
its(:stdout) { should match /just testing... debug uname/ }
104+
end
105+
98106
describe file('/var/www/helloworld.txt') do
99107
it { should be_file }
100108
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /