Guest User

Untitled

a guest
Jul 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. $ rake spec:acceptance
  2. (in /Users/sam/Development/wildfire/app_suite.git)
  3. /Users/sam/.rvm/rubies/ruby-1.8.7-p330/bin/ruby -S bundle exec rspec "spec/acceptance/edit_internal_widgets_spec.rb" "spec/acceptance/edit_pages_spec.rb" "spec/acceptance/new_page_spec.rb" "spec/acceptance/upload_page_layout_spec.rb" "spec/acceptance/version_history_spec.rb"
  4.  
  5. internal_widget#edit
  6. should render the page views
  7. should have all of the right buttons and links
  8. text widgets
  9. should allow adding text to the widget
  10. image widgets
  11. should allow adding a click-through-link and attaching a file
  12. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  13. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  14. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  15. INFO: Retrying request
  16. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  17. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  18. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  19. INFO: Retrying request
  20. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  21. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  22. Jan 21, 2011 10:19:34 PM org.apache.http.impl.client.DefaultRequestDirector execute
  23. INFO: Retrying request
  24. should allow just attaching a file
  25. video widgets
  26. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  27. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  28. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  29. INFO: Retrying request
  30. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  31. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  32. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  33. INFO: Retrying request
  34. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  35. INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
  36. Jan 21, 2011 10:19:44 PM org.apache.http.impl.client.DefaultRequestDirector execute
  37. INFO: Retrying request
  38. should allow adding a url pointing to a video
  39. should allow text below the video
  40.  
  41. pages#edit
  42. should show widgets attached to my app
  43. should have a text widget
  44. should have an image widget
Add Comment
Please, Sign In to add comment