Commit 7900c4dbcd3048bb712cbcd5690c4e1a8e6bb52f
1 parent
b60e9327
Exists in
master
and in
22 other branches
ActionItem591: marking TODO for moises
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2449 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
test/unit/profile_test.rb
... | ... | @@ -838,6 +838,8 @@ class ProfileTest < Test::Unit::TestCase |
838 | 838 | child_art = top_art.children[0] |
839 | 839 | assert_equal 'some child article', child_art.name |
840 | 840 | end |
841 | + | |
842 | + should 'copy homepage from template' | |
841 | 843 | |
842 | 844 | should 'copy set of boxes from profile template' do |
843 | 845 | template = Profile.create!(:name => 'test template', :identifier => 'test_template') | ... | ... |