From 621865cea1da0822efc627550a67d872213000e0 Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Mon, 16 Mar 2015 12:22:03 +0100 Subject: [PATCH] Fix another random failure --- test/lotusrc_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lotusrc_test.rb b/test/lotusrc_test.rb index 43f80d4e1..9f2ee97c1 100644 --- a/test/lotusrc_test.rb +++ b/test/lotusrc_test.rb @@ -34,6 +34,7 @@ describe "file doesn't exist" do before do + Dir.chdir($pwd) @old_pwd = Dir.pwd Dir.chdir 'test/fixtures/lotusrc/no_exists' @root = Pathname.new(Dir.pwd)