Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) Photo with a saved photo should save the image dimensions
- Failure/Error: @photo.width.should == 40
- expected: 40
- got: nil (using ==)
- # ./spec/models/photo_spec.rb:160:in `block (3 levels) in <top (required)>'
- sh: identify: command not found | ETA: 00:24:06
- sh: identify: command not found
- sh: identify: command not found | ETA: 00:24:02
- sh: identify: command not found | ETA: 00:23:46
- 2) Photo serialization serializes the height and width
- Failure/Error: @xml.should include 'height'
- expected "<photo>\n <diaspora_handle>alice@localhost:9887</diaspora_handle>\n <public>false</public>\n <remote_photo_path>http://localhost:9887/uploads/images/</remote_photo_path>\n <remote_photo_name>b78352de7e02a9b2154e.png</remote_photo_name>\n</photo>" to include "height"
- Diff:
- @@ -1,2 +1,7 @@
- -height
- +<photo>
- + <diaspora_handle>alice@localhost:9887</diaspora_handle>
- + <public>false</public>
- + <remote_photo_path>http://localhost:9887/uploads/images/</remote_photo_path>
- + <remote_photo_name>b78352de7e02a9b2154e.png</remote_photo_name>
- +</photo>
- # ./spec/models/photo_spec.rb:193:in `block (3 levels) in <top (required)>'
- sh: identify: command not found | ETA: 00:23:48
- sh: identify: command not found | ETA: 00:23:50
- 393/1830: 21% |======== | ETA: 00:25:50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement