mdarby (owner)

Revisions

gist: 169870 Download_button fork
public
Public Clone URL: git://gist.github.com/169870.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
  it "should talk about challenges" do
    do_get
    response.should include_text("challenges_faced")
    # ... competitors bested, obstacles overcome, etc
    # strong_men.should(:also_cry)
  end