Remove deprecated specs

This commit is contained in:
Thibault Jouan 2015-04-21 12:05:43 +00:00
parent 8afb8961f0
commit 8ed77a0460

View File

@ -16,10 +16,6 @@ module Uh
env.rc_path = 'non_existent_run_control.rb'
end
it 'has the env' do
expect(runner.env).to be env
end
it 'has a dispatcher' do
expect(runner.events).to be_a Dispatcher
end