The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Handoff 1.0

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
john hume

Posts: 82
Nickname: duelnmrkrs
Registered: Oct, 2005

John Hume is a developer and consultant with ThoughtWorks.
Handoff 1.0 Posted: Oct 26, 2007 8:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by john hume.
Original Post: Handoff 1.0
Feed Title: El Humidor
Feed URL: http://feeds.feedburner.com/ElHumidor
Feed Description: John D. Hume on Ruby and development with agile teams.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by john hume
Latest Posts From El Humidor

Advertisement

Having used it on my current project for the last few months and improved the unit test coverage, I've released version 1.0.0 of the Handoff gem. You can get the gem file at RubyForge or just a wait a while and do

sudo gem install handoff -v 1.0.0

My first priority for future development is to improve the output when specifying delegation that hasn't been implemented yet. (Currently you just get one NoMethodError.) After that I may work on a couple of features requested by Ali, but it's a real hassle TDD'ing a library for making test assertions, so the going will likely be slow.

For those of you who don't work with me, Handoff is a tiny little gem providing a fluent interface for asserting on simple delegation. It aims to make asserting the behavior as simple as implementing it (with Forwardable). See the rdocs for examples.

Read: Handoff 1.0

Topic: Solving “LoadError: 14001″ driver errors Previous Topic   Next Topic Topic: HTTP Authentication with shared identities

Sponsored Links



Google
  Web Artima.com   

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