Here is some code that our man % added to our test suite:


  it "should get wild with drunk bitches" do

    @whiskey = "knob creek"

    :DRINK.system

  end


It didn’t pass though, so I fixed it to look like the picture above.  It passes now.

Here is some code that our man % added to our test suite:



  it "should get wild with drunk bitches" do

    @whiskey = "knob creek"

    :DRINK.system

  end

It didn’t pass though, so I fixed it to look like the picture above.  It passes now.