test/test_captcha_controller.rb in devise-security-0.12.0 vs test/test_captcha_controller.rb in devise-security-0.13.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'test_helper'
class TestWithCaptcha < ActionController::TestCase
include Devise::Test::ControllerHelpers
tests Captcha::SessionsController