summaryrefslogtreecommitdiff
path: root/test/manual/test_pageant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/test_pageant.rb')
-rw-r--r--test/manual/test_pageant.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/test_pageant.rb b/test/manual/test_pageant.rb
index e9a72da..b07e82c 100644
--- a/test/manual/test_pageant.rb
+++ b/test/manual/test_pageant.rb
@@ -28,7 +28,7 @@ module Authentication
private
- def agent(auto=:connect)
+ def agent(auto = :connect)
@agent ||= begin
agent = Net::SSH::Authentication::Agent.new
agent.connect! if auto == :connect