Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix capybara_webkit_builder specs
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored and halogenandtoast committed Feb 17, 2012
1 parent 4a6b766 commit 9eb8e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -25,7 +25,7 @@
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
Expand Down

0 comments on commit 9eb8e55

Please sign in to comment.