Remove deprecated specs
This commit is contained in:
parent
92dedd16e7
commit
4050d52af7
@ -27,14 +27,6 @@ module Uh
|
|||||||
allow(described_class).to receive(:new) { rc }
|
allow(described_class).to receive(:new) { rc }
|
||||||
described_class.evaluate env
|
described_class.evaluate env
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'when run control file is not present' do
|
|
||||||
before { env.rc_path = 'non_existent_rc_file.rb' }
|
|
||||||
|
|
||||||
it 'does not raise any error' do
|
|
||||||
expect { described_class.evaluate env }.not_to raise_error
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#evaluate' do
|
describe '#evaluate' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user