From 7398048b0fa261cd3178cb5309858eb845d01c77 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 18 Sep 2013 13:58:01 +0200 Subject: minor: include missing CustomerTestHelper --- billing/test/functional/payments_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/billing/test/functional/payments_controller_test.rb b/billing/test/functional/payments_controller_test.rb index dd742ba..655aa16 100644 --- a/billing/test/functional/payments_controller_test.rb +++ b/billing/test/functional/payments_controller_test.rb @@ -2,6 +2,7 @@ require 'test_helper' require 'fake_braintree' class PaymentsControllerTest < ActionController::TestCase + include CustomerTestHelper test "payment when unauthorized" do get :new -- cgit v1.2.3