fix post functional test
This commit is contained in:
@@ -106,6 +106,7 @@ class PostsControllerTest < ActionController::TestCase
|
|||||||
|
|
||||||
context "revert action" do
|
context "revert action" do
|
||||||
setup do
|
setup do
|
||||||
|
@post.stubs(:merge_version?).returns(false)
|
||||||
@post.update_attributes(:tag_string => "zzz")
|
@post.update_attributes(:tag_string => "zzz")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user