Guest User

Untitled

a guest
Jun 24th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. Feature: Claiming ownership of blogs # features/ownerships/adding_blog_ownerships.feature
  2. As a user,
  3. I want to claim ownership of the blogs I own
  4. So that blogcata users can find me when browsing through my blogs
  5. and know about my interests if they already know who I am
  6. Scenario: User is notified that her ownership claim has been verified # features/ownerships/adding_blog_ownerships.feature:43
  7. Given an activated user logged in as 'reggie' # features/steps/user_steps.rb:49
  8. And an existing blog with title: BoingBoing # features/steps/blog_steps.rb:9
  9. And 'reggie' is an unverified owner of the blog with title: BoingBoing # features/steps/blog_ownership_steps.rb:1
  10. When she visits the blog profile of 'BoingBoing' # features/steps/navigation_steps.rb:28
  11. And she follows 'View my claim status' # features/steps/common_webrat_steps.rb:14
  12. And she remembers the body verification tag on the page # features/steps/blog_ownership_steps.rb:13
  13. And she inserts the body verification tag in 'BoingBoing' # features/steps/blog_ownership_steps.rb:18
  14. OwnershipVerificator is not a symbol (TypeError)
  15. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/mock.rb:193:in `method_defined?'
  16. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/mock.rb:193:in `ensure_method_not_already_defined'
  17. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/mock.rb:78:in `stubs'
  18. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/argument_iterator.rb:15:in `call'
  19. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/argument_iterator.rb:15:in `each'
  20. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/mock.rb:76:in `stubs'
  21. /opt/local/lib/ruby/gems/1.8/gems/mocha-0.9.5/lib/mocha/standalone.rb:79:in `stub'
  22. ./features/steps/blog_ownership_steps.rb:20:in `And "$owner inserts the body verification tag in '$blog_title'"'
  23. features/ownerships/adding_blog_ownerships.feature:50:in `And she inserts the body verification tag in 'BoingBoing''
  24. And the verification process verifies her blog # features/steps/blog_ownership_steps.rb:50
  25. Then an email should be delivered to reggie@test.com with subject 'Successful blog ownership verification' and body 'owne
Add Comment
Please, Sign In to add comment