diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-07 20:44:55 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-07 20:44:55 +0000 |
commit | 772b2bb92a889257b29c8c4956232f32c86a7a07 (patch) | |
tree | bfb400e9d84c128383179345f8545c840389c9eb /spec/models/user_spec.rb | |
parent | 7c60d1e6247d1f509187d810aa10cd95ad65c56b (diff) |
Note that profile photo isn't finished.
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r-- | spec/models/user_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index f4df22e9d..5d2bd39c7 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -231,8 +231,8 @@ describe User, " when making name and email address" do end end - -describe User, " when setting a profile photo" do +# XXX not finished +describe User, "when setting a profile photo" do before do @user = User.new @user.name = "Sensible User" |