remove stale test

This commit is contained in:
r888888888
2013-05-31 15:41:22 -07:00
parent b0d70ede4c
commit c5a0659237

View File

@@ -119,12 +119,6 @@ class PostTest < ActiveSupport::TestCase
assert(!p1.has_children?, "Old parent should not have a child")
assert(p2.has_children?, "New parent should have a child")
end
should "validate that the parent exists" do
post = FactoryGirl.build(:post, :parent_id => 1_000_000)
post.save
assert(post.errors[:parent].any?, "Parent should be invalid")
end
end
context "Expunging a post with" do