diff --git a/spec/uh/wm/runner_spec.rb b/spec/uh/wm/runner_spec.rb index f91c81f..bb350b1 100644 --- a/spec/uh/wm/runner_spec.rb +++ b/spec/uh/wm/runner_spec.rb @@ -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