fix post functional test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user