The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Announcing test/spec 0.4, a BDD interface for Test::Unit

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christian Neukirchen

Posts: 188
Nickname: chris2
Registered: Mar, 2005

Christian Neukirchen is a student from Biberach, Germany playing and hacking with Ruby.
Announcing test/spec 0.4, a BDD interface for Test::Unit Posted: Jun 29, 2007 9:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Christian Neukirchen.
Original Post: Announcing test/spec 0.4, a BDD interface for Test::Unit
Feed Title: chris blogs: Ruby stuff
Feed URL: http://chneukirchen.org/blog/category/ruby.atom
Feed Description: a weblog by christian neukirchen - Ruby stuff
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Christian Neukirchen
Latest Posts From chris blogs: Ruby stuff

Advertisement

Today I’m releasing test/spec 0.4, a library to do BDD with Test::Unit.

News in 0.4:

  • June 29th, 2007: Fourth public release 0.4.
    • Support for Ruby 1.8.6.
    • Support describe/it/before/after RSpec 1.0 syntax.
    • Allow should.raise { code_that_raises }
    • Add xcontext to disable complete contexts.
    • Backtraces are cleaner now.
    • Mention test/spec on Rails.
    • Fix small Gem bugs.
    • Fix bug related to counting negated assertions.
    • Fix bug in specrb.
    • Allow empty xspecifys.
    • Make SpecDox and RDox count empty specifications.
    • Allow Kernel#context to take a superclass.

Full announcement: ruby-talk:257483.

You can download test/spec 0.4 at
http://chneukirchen.org/releases/test-spec-0.4.0.tar.gz

Alternatively, you can checkout from the development repository with:

darcs get http://chneukirchen.org/repos/testspec

Please mail bugs, suggestions and patches to .

(Patches using “darcs send” are most welcome.)

Since version 0.3, a Gem of test/spec is available. You can install with:

gem install test-spec

(It may take some time for the index to be updated and the mirrors propagated.) I also provide a local mirror of the gems (and development snapshots) at my site:

gem install test-spec --source http://chneukirchen.org/releases/gems

MD5:

be9a3d747dc212bb21f7d78928d20652  test-spec-0.4.0.tar.gz
e2f4757aa764d67ed5630d5e1093316c  test-spec-0.4.0.gem

NP: Juliette & the Licks—Pray for the Band Latoya

Read: Announcing test/spec 0.4, a BDD interface for Test::Unit

Topic: Java Static Code Analysis Tools Previous Topic   Next Topic Topic: I wrote an inliner

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use