After spending the better part of a day getting this figured out - here's how to test for attachment uploads using Rspec and paperclip
In the model spec
@attr = { :name => "Example Name",
:description => "Example Description",
:image => Rack::Test::UploadedFile.new('spec/fixtures/images/test.jpg', 'image/jpeg')
}In the controller spec