diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-31 19:00:36 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-31 19:00:36 +0000 |
commit | 30f180b38ab46ca1f754bb796c65132a8ffbe010 (patch) | |
tree | c57f783b3189da23a32b3d2c248e3bed513775fa | |
parent | a3dc416767b093af851ca0bece3daaf783c3c9e0 (diff) |
Update test
Update test to take account of change 76fd5f9.
-rw-r--r-- | spec/models/user_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index cf962ef78..03b2f34f9 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -29,7 +29,7 @@ describe User, "showing the name" do it 'should show if user has been banned' do @user.ban_text = "Naughty user" - @user.name.should == 'Some Name (Banned)' + @user.name.should == 'Some Name (Account suspended)' end end |