Remove context for constructor specs
This commit is contained in:
@@ -5,10 +5,8 @@ module Uh
|
||||
let(:display) { Display.new }
|
||||
subject(:manager) { described_class.new events, display }
|
||||
|
||||
describe '#initialize' do
|
||||
it 'assigns a new display' do
|
||||
expect(manager.display).to be_a Display
|
||||
end
|
||||
it 'has a new display' do
|
||||
expect(manager.display).to be_a Display
|
||||
end
|
||||
|
||||
describe '#connect', :xvfb do
|
||||
|
Reference in New Issue
Block a user