fix post functional test

This commit is contained in:
r888888888
2013-07-25 14:37:15 -07:00
parent c4bf6a9192
commit e6fb0c3caf

View File

@@ -106,6 +106,7 @@ class PostsControllerTest < ActionController::TestCase
context "revert action" do
setup do
@post.stubs(:merge_version?).returns(false)
@post.update_attributes(:tag_string => "zzz")
end