README.md in paperclip-imgur-0.1.1 vs README.md in paperclip-imgur-0.1.2

- old
+ new

@@ -67,5 +67,12 @@ To delete an image, follow the usual Paperclip procedure: ```ruby @user.avatar = nil @user.save ``` + +## Testing + +Run specs with +```bash +rspec +```