summaryrefslogtreecommitdiff
path: root/spec/integration/omniauth/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/omniauth/Rakefile')
-rw-r--r--spec/integration/omniauth/Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/integration/omniauth/Rakefile b/spec/integration/omniauth/Rakefile
index 9c220f7..c611f39 100644
--- a/spec/integration/omniauth/Rakefile
+++ b/spec/integration/omniauth/Rakefile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
namespace :perf do
task :setup do
require 'omniauth'
@@ -12,6 +14,7 @@ namespace :perf do
def call_app(path = ENV['GET_PATH'] || '/')
result = @app.get(path)
raise "Did not succeed #{result.body}" unless result.status == 200
+
result
end
end