Commit 25858deb4d8c61f5ca1a4b4d127183e8f6c08e7c

Authored by AntonioTerceiro
1 parent 92a67814

ActionItem44: fixing test

for when conf/mail.yml is not present


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2011 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/functional/mailconf_controller_test.rb
@@ -10,6 +10,7 @@ class MailconfControllerTest < Test::Unit::TestCase @@ -10,6 +10,7 @@ class MailconfControllerTest < Test::Unit::TestCase
10 @response = ActionController::TestResponse.new 10 @response = ActionController::TestResponse.new
11 11
12 MailConf.stubs(:enabled?).returns(true) 12 MailConf.stubs(:enabled?).returns(true)
  13 + MailConf.stubs(:webmail_url).returns('http://web.mail.net/')
13 end 14 end
14 15
15 should 'check if mail is enabled' do 16 should 'check if mail is enabled' do