Commit 3f709f13dafaa6c2b17b854dc60a654e534862bd

Authored by AntonioTerceiro
1 parent 1ea8caaf

ActionItem62: s/favourite/favorite/, again



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@921 3f533792-8f58-4932-b0fe-aaf55b0a4547
test/fixtures/design_blocks.yml
... ... @@ -6,18 +6,18 @@ one:
6 6 position: 1
7 7 type: 'MainBlock'
8 8 title: 'Main Content'
9   -# FavouriteLinks Blocks
  9 +# FavoriteLinks Blocks
10 10 two:
11 11 id: 2
12 12 box_id: 1
13 13 position: 2
14   - type: 'FavouriteLinks'
  14 + type: 'FavoriteLinks'
15 15 title: 'List of Links 1'
16 16 three:
17 17 id: 3
18 18 box_id: 1
19 19 position: 3
20   - type: 'FavouriteLinks'
  20 + type: 'FavoriteLinks'
21 21 title: 'List of Link 2'
22 22 #List Blocks
23 23 #FIXME Put other blocks to works
... ...
test/integration/routing_test.rb
... ... @@ -85,7 +85,7 @@ class RoutingTest < ActionController::IntegrationTest
85 85 end
86 86  
87 87 def test_routing_to_controllers_inside_design_blocks_directory
88   - assert_routing('/block/favourite_links/show/1', :controller => 'favourite_links', :action => 'show', :id => '1')
  88 + assert_routing('/block/favorite_links/show/1', :controller => 'favorite_links', :action => 'show', :id => '1')
89 89 end
90 90  
91 91 end
... ...