From 25858deb4d8c61f5ca1a4b4d127183e8f6c08e7c Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 12 Jun 2008 20:04:12 +0000 Subject: [PATCH] ActionItem44: fixing test --- test/functional/mailconf_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/mailconf_controller_test.rb b/test/functional/mailconf_controller_test.rb index 351bbd6..ed6d0ef 100644 --- a/test/functional/mailconf_controller_test.rb +++ b/test/functional/mailconf_controller_test.rb @@ -10,6 +10,7 @@ class MailconfControllerTest < Test::Unit::TestCase @response = ActionController::TestResponse.new MailConf.stubs(:enabled?).returns(true) + MailConf.stubs(:webmail_url).returns('http://web.mail.net/') end should 'check if mail is enabled' do -- libgit2 0.21.2