summaryrefslogtreecommitdiff
path: root/test/acceptance/acceptance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptance/acceptance.rb')
-rw-r--r--test/acceptance/acceptance.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/acceptance/acceptance.rb b/test/acceptance/acceptance.rb
index 2aa299f..f9eecf6 100644
--- a/test/acceptance/acceptance.rb
+++ b/test/acceptance/acceptance.rb
@@ -56,10 +56,10 @@ EOF
puts report
-timestamp = Time.now.strftime('%Y%m%d%H%M%S')
+timestamp = Time.now.strftime("%Y%m%d%H%M%S")
filename = "highlinetests-#{timestamp}.log"
-File.open filename.to_s, 'w+' do |f|
+File.open filename.to_s, "w+" do |f|
f.puts report
end