remove elder terminology in specs

This commit is contained in:
Sam
2014-09-05 16:52:40 +10:00
parent 8b634b5f0f
commit e3f7d2a3ac
5 changed files with 20 additions and 20 deletions

View File

@ -537,7 +537,7 @@ describe PostsController do
end
it "ensures trust level 4 can see the revisions" do
log_in(:elder)
log_in(:trust_level_4)
xhr :get, :revisions, post_id: post_revision.post_id, revision: post_revision.number
response.should be_success
end