LazyTweet - Bringing the Lazyweb to Twitter so you can get answers to your burning questions
Active Questions
Recent Questions
Unanswered Questions
o
#rspec
tem um "contains"? response.body.should contain "milosa" #lazyweb
rponte
(0) -
posted 1 year, 11 months ago
via Twitter
-
2 Replies
2 Answers
should include "milosa"
eniolps
(0) -
1 year, 11 months ago
via Twitter
-
Add Comment
Leave a comment about @eniolps's answer
Post this comment to your Twitter account
Cancel comment
page.should have_content("milosa") (com capybara)
plentz
(0) -
1 year, 11 months ago
via Twitter
-
Add Comment
Leave a comment about @plentz's answer
Post this comment to your Twitter account
Cancel comment
Would you like to answer?
Sign in with Twitter to post your answer:
Use Twitter to ask a question, just add "lazytweet" to a post and we'll take care of the rest. Read more about
how lazytweet works
.
Subscribe to the latest questions
Follow LazyTweet on Twitter
Tags
rspec
Related Posts
dear lazyweb: is there a way to get #rspec to mark a test as pending if a NotImplementedError is raised? #ruby
Follower power/Lazy web: (How) can I add own stuff to #error or #failure #information in #RSpec? like #exception text from other apps?
Anyone know of a gem or some sort of guide for testing different ORM support in your gem? #ruby #rspec #testing #rails #lazyweb #rubygem
dear #lazyweb, how can I stub the params while testing a helper using #rspec? #rails
i'm looking for a article about using #rspec the right way, any recommendations? #lazyweb #ruby #rspec