diff --git a/test/functional/cms_controller_test.rb b/test/functional/cms_controller_test.rb index 2077307..e789d94 100644 --- a/test/functional/cms_controller_test.rb +++ b/test/functional/cms_controller_test.rb @@ -528,7 +528,7 @@ class CmsControllerTest < ActionController::TestCase post :new, :type => TextileArticle.name, :profile => profile.identifier, :article => { :name => 'adding-categories-test', :category_ids => [ c1.id, c3.id, c3.id ] } saved = profile.articles.find_by_name('adding-categories-test') - assert_equal [c1, c3], saved.categories + assert_equal [c1, c3], saved.categories.all end should 'filter html with white_list from tiny mce article name' do -- libgit2 0.21.2