Remove specs testing for log messages

This commit is contained in:
Thibault Jouan
2015-04-16 21:40:05 +00:00
parent fbfc6089a3
commit 799cb3f5d9
2 changed files with 0 additions and 17 deletions

View File

@@ -165,11 +165,6 @@ module Uh
.to change { $LOADED_FEATURES.grep(/abbrev/).any? }
.from(false).to(true)
end
it 'logs a message about the feature being loaded' do
expect(cli.env).to receive(:log).with /load.+abbrev.+ruby feature/i
cli.parse_arguments!
end
end
context 'with layout option' do