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