remove commented out spec
This commit is contained in:
parent
3eaa1c0584
commit
e199010448
1 changed files with 0 additions and 7 deletions
|
|
@ -1,13 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Jobs::ProcessPhoto do
|
||||
it 'calls process on the photo' do
|
||||
#photo = mock()
|
||||
#photo.should_receive(:process)
|
||||
#Photo.should_receive(:find).with(1).and_return(photo)
|
||||
#Jobs::ProcessPhoto.perform(1)
|
||||
end
|
||||
|
||||
before do
|
||||
@user = alice
|
||||
@aspect = @user.aspects.first
|
||||
|
|
|
|||
Loading…
Reference in a new issue