fix failing tests

This commit is contained in:
Reinier Balt 2011-02-03 22:44:26 +01:00
parent 463757a338
commit 514045e8cb
5 changed files with 10 additions and 8 deletions

View file

@ -49,7 +49,7 @@ class NotesController < ApplicationController
@saved = @note.save
respond_to do |format|
format.html
format.js
format.js { render }
end
end