Fix capybara_webkit_builder specs

This commit is contained in:
Igor Zubkov 2012-02-15 17:49:22 +02:00 committed by Matthew Mongeau
parent 4a6b766b18
commit 9eb8e55759
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Capybara.register_driver :reusable_webkit do |app|
end
def with_env_vars(vars)
old_env_variable = {}
old_env_variables = {}
vars.each do |key, value|
old_env_variables[key] = ENV[key]
ENV[key] = value