diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml index a0b9ef9..c00b8dd 100644 --- a/app/views/account/signup.rhtml +++ b/app/views/account/signup.rhtml @@ -10,7 +10,7 @@

Customize your profile. Upload an avatar and let your friends find you easily :)

Learn the guidelines. Read the Documentation for more details on how to use new social network!

Invite and find your Gmail, Yahoo and Hotmail contacts!

-

Start exploring and Have fun!

" % [environment.name, url_for(:controller => :browse, :action => :people, :filter => 'more_recent')]) %> +

Start exploring and Have fun!

" % [environment.name, url_for(:controller => :search, :action => :people, :filter => 'more_recent')]) %> <% else %>

<%= _('Sign up for %s!') % environment.name %>

diff --git a/test/functional/cms_controller_test.rb b/test/functional/cms_controller_test.rb index 261dffe..77f081d 100644 --- a/test/functional/cms_controller_test.rb +++ b/test/functional/cms_controller_test.rb @@ -1520,6 +1520,7 @@ class CmsControllerTest < ActionController::TestCase plugins.stubs(:map).with(:head_ending).returns([]) plugins.stubs(:enabled_plugins).returns([]) + Noosfero::Plugin::Manager.expects(:new).with(@controller).returns(plugins) get :index, :profile => profile.identifier assert_includes @controller.special_article_types, Integer -- libgit2 0.21.2