:s/moderator?/staff/g ... our naming was kind of crazy, renamed moderator? to staff

This commit is contained in:
Sam
2013-05-02 17:22:27 +10:00
parent 65cd00cf25
commit 5ec52bd2e9
19 changed files with 82 additions and 96 deletions

View File

@@ -311,9 +311,9 @@ describe User do
user.has_trust_level?(:elder).should be_true
end
it "is a moderator if the user is an admin" do
it "is staff if the user is an admin" do
user.admin = true
user.moderator?.should be_true
user.staff?.should be_true
end
end