summaryrefslogtreecommitdiff
path: root/spec/support/shared/integration/app_server_support.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared/integration/app_server_support.rb')
-rw-r--r--spec/support/shared/integration/app_server_support.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/shared/integration/app_server_support.rb b/spec/support/shared/integration/app_server_support.rb
index c0b24d9443..7f05b14689 100644
--- a/spec/support/shared/integration/app_server_support.rb
+++ b/spec/support/shared/integration/app_server_support.rb
@@ -1,7 +1,7 @@
#
# Author:: John Keiser (<jkeiser@chef.io>)
# Author:: Ho-Sheng Hsiao (<hosh@chef.io>)
-# Copyright:: Copyright 2012-2016 Chef Software, Inc.
+# Copyright:: Copyright 2012-2018, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -35,6 +35,6 @@ module AppServerSupport
Timeout.timeout(30) do
sleep(0.01) until server && server.status == :Running
end
- [server, thread]
+ thread
end
end