Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the photo comment spec
This functionality is not something we support and it doesn't look
it will be reintroduced soon.

see discussion #6818 (comment)
  • Loading branch information
cmrd-senya committed Nov 28, 2016
1 parent c1e583c commit 0ee34f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/models/photo_spec.rb
Expand Up @@ -203,12 +203,6 @@ def image_from(photo)
end
end

context "commenting" do
it "accepts comments if there is no parent status message" do
expect{ @user.comment!(@photo, "big willy style") }.to change(@photo.comments, :count).by(1)
end
end

describe '#queue_processing_job' do
it 'should queue a job to process the images' do
expect(Workers::ProcessPhoto).to receive(:perform_async).with(@photo.id)
Expand Down

0 comments on commit 0ee34f8

Please sign in to comment.