we're not chdiring any more

This commit is contained in:
David Dollar
2012-01-22 21:17:38 -05:00
parent a37a097f73
commit ce6ec4848d
-5
View File
@@ -39,11 +39,6 @@ describe Foreman::Process do
end
context 'options' do
it 'should change to basedir' do
mock(Dir).chdir basedir
run
end
it 'should set PORT for environment' do
mock(subject).run_process(command, pipe) do
ENV['PORT'].should == port.to_s