spec/warp/dir/commands/install_spec.rb in warp-dir-1.1.0 vs spec/warp/dir/commands/install_spec.rb in warp-dir-1.1.1

- old
+ new

@@ -11,10 +11,10 @@ include_context :fixture_file include_context :initialized_store context 'when shell files do not exist' do it 'should return :error type response' do - expect('install --dotfile ~/.do_not_exist').to output(/not found/) + expect("install #{warprc_args} --dotfile ~/.do_not_exist").to output(/not found/) end end end end