From 7e713fc3a1b0df1b333c0047a83b6e3398a170b3 Mon Sep 17 00:00:00 2001 From: Stefan Wienert Date: Thu, 2 Jan 2014 10:14:19 +0100 Subject: [PATCH] maybe fix: uninitialized constant --- test/features/form_helper_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/form_helper_test.rb b/test/features/form_helper_test.rb index d9e3b4f..eef25f8 100644 --- a/test/features/form_helper_test.rb +++ b/test/features/form_helper_test.rb @@ -1,4 +1,5 @@ require 'test_helper' +require 'simple_captcha/controller' class FormHelperTest < ActionDispatch::IntegrationTest include Capybara::DSL