summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRaoul Bhatia <raoul@bhatia.at>2016-05-28 17:01:25 +0200
committerRaoul Bhatia <raoul@bhatia.at>2016-09-12 13:39:50 +0200
commit33fabe02547a8c4b15278fe8636d83fe1354f4ae (patch)
tree2b0d1e4bc60e81075cc939688be4d13f3ba6a8ae /spec
parentcf722ccf9077066a35ab05e5e2f1d9c8302dce16 (diff)
Ubuntu: Issue EOL warning for unsupported release.
Diffstat (limited to 'spec')
-rw-r--r--spec/classes/unattended_upgrades_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/classes/unattended_upgrades_spec.rb b/spec/classes/unattended_upgrades_spec.rb
index e0b2263..d927a55 100644
--- a/spec/classes/unattended_upgrades_spec.rb
+++ b/spec/classes/unattended_upgrades_spec.rb
@@ -271,6 +271,9 @@ describe 'unattended_upgrades' do
};/x
)
end
+ # TODO: implement test case for "warning", similar to
+ # w = 'Ubuntu 15.04 "vivid" has reached End of Life - please upgrade!'
+ # it_behaves_like 'has_warning', pp, w
end
context 'with defaults on Ubuntu 15.10 Wily Werewolf' do