Advertisement
ktkaushik

diaspora_spec_failures

Apr 27th, 2012
2,470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   1) Photo with a saved photo should save the image dimensions
  2.      Failure/Error: @photo.width.should == 40
  3.        expected: 40
  4.             got: nil (using ==)
  5.      # ./spec/models/photo_spec.rb:160:in `block (3 levels) in <top (required)>'
  6.  
  7. sh: identify: command not found                                | ETA:  00:24:06
  8. sh: identify: command not found
  9. sh: identify: command not found                                | ETA:  00:24:02
  10. sh: identify: command not found                                | ETA:  00:23:46
  11.   2) Photo serialization serializes the height and width
  12.      Failure/Error: @xml.should include 'height'
  13.        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"
  14.        Diff:
  15.        @@ -1,2 +1,7 @@
  16.        -height
  17.        +<photo>
  18.        +  <diaspora_handle>alice@localhost:9887</diaspora_handle>
  19.        +  <public>false</public>
  20.        +  <remote_photo_path>http://localhost:9887/uploads/images/</remote_photo_path>
  21.        +  <remote_photo_name>b78352de7e02a9b2154e.png</remote_photo_name>
  22.        +</photo>
  23.      # ./spec/models/photo_spec.rb:193:in `block (3 levels) in <top (required)>'
  24.  
  25. sh: identify: command not found                                | ETA:  00:23:48
  26. sh: identify: command not found                                | ETA:  00:23:50
  27.   393/1830:     21% |========                                  | ETA:  00:25:50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement