Remove deprecated specs
This commit is contained in:
parent
cc66b6a760
commit
ae3d78497f
@ -8,10 +8,6 @@ module Uh
|
|||||||
let(:display) { Display.new }
|
let(:display) { Display.new }
|
||||||
subject(:manager) { described_class.new events, modifier, display }
|
subject(:manager) { described_class.new events, modifier, display }
|
||||||
|
|
||||||
it 'has a new display' do
|
|
||||||
expect(manager.display).to be_a Display
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'has no clients' do
|
it 'has no clients' do
|
||||||
expect(manager.clients).to be_empty
|
expect(manager.clients).to be_empty
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user