Fixing update test names.

DeLynn Berry committed Apr 02, 2011
commit e2fa26b17965eb082ea1f86b41e3cf117330a0b1
Showing 1 changed file with 2 additions and 2 deletions
test/functional/cms_admin/layouts_controller_test.rb +2 -2
@@ @@ -80,7 +80,7 @@ class CmsAdmin::LayoutsControllerTest < ActionController::TestCase
end
end
- def test_update_with_update
+ def test_update_with_commit
layout = cms_layouts(:default)
put :update, :id => layout, :cms_layout => {
:label => 'New Label',
@@ @@ -94,7 +94,7 @@ class CmsAdmin::LayoutsControllerTest < ActionController::TestCase
assert_equal 'New {{cms:page:content}}', layout.content
end
- def test_update_without_update
+ def test_update_without_commit
layout = cms_layouts(:default)
put :update, :id => layout, :cms_layout => {
:label => 'New Label',