mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix working directory for exit code specs
This commit is contained in:
parent
7ef798bbca
commit
7d6d6a13f5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ describe Capybara::Session do
|
|||
describe "exit codes" do
|
||||
before do
|
||||
@current_dir = Dir.getwd
|
||||
Dir.chdir(File.join(File.dirname(__FILE__), '..', '..'))
|
||||
Dir.chdir(File.join(File.dirname(__FILE__), '..'))
|
||||
end
|
||||
|
||||
after do
|
||||
|
|
Loading…
Reference in a new issue