aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-02-01 11:09:35 +0000
committerFrancis Irving <francis@mysociety.org>2010-02-01 11:09:35 +0000
commit452ac41f05f655a9fd23c8df4796f26632c23050 (patch)
treea5939f233d181f2dbada83bb7e613b434ffb6884 /spec/models
parent908ea0cdad57053b73926afeb6cea7582e75e76d (diff)
Basic form bits for profile photo (done on train over the weekend)
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/profile_photo_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/models/profile_photo_spec.rb b/spec/models/profile_photo_spec.rb
index 51de45928..af58d0274 100644
--- a/spec/models/profile_photo_spec.rb
+++ b/spec/models/profile_photo_spec.rb
@@ -3,9 +3,6 @@ require File.dirname(__FILE__) + '/../spec_helper'
describe ProfilePhoto, "when constructing a new photo" do
before do
- #@request_event = mock_model(InfoRequestEvent, :xapian_mark_needs_index => true)
- #@request = mock_model(InfoRequest, :info_request_events => [@request_event])
- #@user = mock_model(User)
end
it 'should take no image as invalid' do