[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] The RubySpec project at rubyspec.org

Brian Ford

5/14/2008 6:56:00 PM

Hi all,

The RubySpec project is now officially hosted at http://ru....
The project aims to write a complete executable specification for the
Ruby programming language based on RSpec-style specs. The project
started as a glimmer in the eye of an early Rubinius (http://
rubini.us) contributor and has since grown to over 6900 examples and
25600 expectations, with contributions from many dedicated folks.

The RubySpec sources have been part of the Rubinius repository for
nearly 1.5 years and there are some growing pains from splitting off
into a separate project. The rough edges are being worked out, but we
appreciate your patience.

You can review the (growing) documentation here:

http://ru.../wiki/rubyspec

Related to the RubySpec project is a customized RSpec-syntax
compatible framework for running the specs named MSpec. We intend to
keep the specs compatible with RSpec, but beginning Ruby
implementations often cannot run RSpec until a lot of Ruby language
features are implemented. You can review the MSpec documentation here:

http://ru.../wiki/mspec

You can review how the Rubinius project is incorporating the RubySpecs
here:

http://rubyur...

We would love to have your help on this project. With all the great
work being done on the many Ruby implementations, we want Ruby's
version of "write once, run anywhere" to be solid gold. One of the
best ways to ensure this is to have an unambiguous standard. Charles
Nutter has already put out a call for participation:

http://headius.blogspot.com/2008/05/rubyspec-bringing-ruby-test-s...

Please join us.

Finally, thanks to Engine Yard for donating hosting for the http://ru...
website and for their significant support of the RubySpec project both
as part of Rubinius and as part of the Ruby community as a whole.

Cheers,
Brian


1 Answer

Meinrad Recheis

5/15/2008 2:48:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

On Wed, May 14, 2008 at 8:56 PM, Brian Ford <brixen@gmail.com> wrote:

> Hi all,
>
> The RubySpec project is now officially hosted at http://ru....
> The project aims to write a complete executable specification for the
> Ruby programming language based on RSpec-style specs. The project
> started as a glimmer in the eye of an early Rubinius (http://
> rubini.us) contributor and has since grown to over 6900 examples and
> 25600 expectations, with contributions from many dedicated folks.
>
> The RubySpec sources have been part of the Rubinius repository for
> nearly 1.5 years and there are some growing pains from splitting off
> into a separate project. The rough edges are being worked out, but we
> appreciate your patience.


this is very good news! the project will now probably receive the attention
it deserves.
thanks to all contributors.
-- henon