test/functional/iformats_controller_test.rb in zena-1.0.0.rc2 vs test/functional/iformats_controller_test.rb in zena-1.0.0.rc3

- old
+ new

@@ -88,10 +88,10 @@ login(:lion) get 'index' assert_response :success assert_template 'index' iformats = assigns['iformats'] - assert_equal 11, iformats.size + assert_equal 12, iformats.size end def test_show login(:lion) get 'show', :id => iformats_id(:med)