test/app/controllers/articles_controller.rb in gettext_rails-2.0.0 vs test/app/controllers/articles_controller.rb in gettext_rails-2.0.1

- old
+ new

@@ -93,22 +93,6 @@ respond_to do |format| format.html { redirect_to(articles_url) } format.xml { head :ok } end end - - def multi_error_messages_for - @user = User.new - @user.lastupdate = Date.new(2007, 4, 1) - @article = Article.new - @article.lastupdate = Date.new(2007, 4, 1) - @user.valid? - @article.valid? - end - - def change_title_error_messages_for - @article = Article.new - @article.lastupdate = Date.new(2007, 4, 1) - @article.valid? - end - end