Skip to content

Commit d7c4458

Browse files
committed
Update prometheus tests for 3.x
1 parent 68805dd commit d7c4458

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

prometheus/prometheus/test/controls/prometheus.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,3 @@
1919
describe file('/etc/prometheus/prometheus.yml') do
2020
it { should exist }
2121
end
22-
23-
describe directory('/usr/share/prometheus/console_libraries') do
24-
it { should exist }
25-
end
26-
27-
describe file('/usr/share/prometheus/console_libraries/prom.lib') do
28-
it { should exist }
29-
end
30-
31-
describe directory('/usr/share/prometheus/consoles') do
32-
it { should exist }
33-
end
34-
35-
describe file('/usr/share/prometheus/consoles/prometheus.html') do
36-
it { should exist }
37-
end

0 commit comments

Comments
 (0)