describe “readying the skin” do

given do
@person = Person.new “Buffalo Bill”
end

it “puts the lotion in the basket” do
@person.in_pit.else_it_gets_the_hose_again
end

end