[ANN] Released 1.0.0 yoda

R

Ryan Davis

released yoda version 1.0.0 has been!

* <http://rubyforge.org/seattlerb>

Spec yoda will, and spec you shall too.

require 'yoda'

class Bowling
def hit(pins)
end

def score
0
end
end

Bowling.yoda {
"score 0 for gutter game".it_will {
bowling = Bowling.new
20.times { bowling.hit(0) }

bowling.score 1.it_is?
bowling.score 42.it_is_not!
}
}

Changes:

### 1.0.0 / 2009-04-22

* 1 major enhancement

* Birthday!

* <http://rubyforge.org/seattlerb>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top