DH SM MS pending photo spec for Dan

This commit is contained in:
Sarah Mei 2011-06-30 21:04:18 -07:00
parent 948a7c5d55
commit 1bbfa97e5f

View file

@ -17,6 +17,11 @@ describe Photo do
@photo2 = @user.build_post(:photo, :user_file=> File.open(@fixture_name), :to => @aspect.id) @photo2 = @user.build_post(:photo, :user_file=> File.open(@fixture_name), :to => @aspect.id)
end end
describe "#process" do
it "should do something awesome"
end
describe "protected attributes" do describe "protected attributes" do
it "doesn't allow mass assignment of person" do it "doesn't allow mass assignment of person" do
@photo.save! @photo.save!