removing titles from tests
Oleg
committed May 10, 2011
commit 649c19f6de5d618d010db3cf633bcfe3a08dd90e
Showing 1
changed file with
0 additions
and 3 deletions
test/functional/cms_admin/revisions_controller_test.rb
+0
-3
| @@ | @@ -33,7 +33,6 @@ class CmsAdmin::RevisionsControllerTest < ActionController::TestCase |
| assert assigns(:record) | |
| assert assigns(:revision) | |
| assert assigns(:record).is_a?(Cms::Layout) | |
| - | assert_equal 'Layout (default)', assigns(:record_title) |
| assert_template :show | |
| end | |
| @@ | @@ -43,7 +42,6 @@ class CmsAdmin::RevisionsControllerTest < ActionController::TestCase |
| assert assigns(:record) | |
| assert assigns(:revision) | |
| assert assigns(:record).is_a?(Cms::Page) | |
| - | assert_equal 'Page (/)', assigns(:record_title) |
| assert_template :show | |
| end | |
| @@ | @@ -53,7 +51,6 @@ class CmsAdmin::RevisionsControllerTest < ActionController::TestCase |
| assert assigns(:record) | |
| assert assigns(:revision) | |
| assert assigns(:record).is_a?(Cms::Snippet) | |
| - | assert_equal 'Snippet (default)', assigns(:record_title) |
| assert_template :show | |
| end | |