[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] rspec 1.2.5 Released

David Chelimsky

4/30/2009 4:01:00 AM

rspec version 1.2.5 has been released!

* <http://rspe...
* <http://rubyforge.org/projects...
* <http://github.com/dchelimsky/rspec...
* <rspec-devel@rubyforge.org>

Behaviour Driven Development for Ruby.

Changes:

### Version 1.2.5 / 2009-04-29

* enhancements

* name argument to mock/stub is now optional (closes #782)
* you can do mock(:foo => "woo", :bar => "car")
* expect { this_block }.to
change{this.expression}.from(old_value).to(new_value)
* expect { this_block }.to raise_error
* better failiure messages for equal matcher (James Byrne). Closes #804.
* add stub_chain method
* also alias_method :stub, :stub!, so you can stub with less bang
* added options to example_group_proxy

* bug fixes

* ensure correct handling of ordered message expectations with duplicate
expectations (NigelThorne). Closes #793.
* get matcher backwards compat working w/ ruby 19
* don't define instance_exec unless it is not defined
* was doing a version check, but turns out that didn't cover alternative
implementations like JRuby
* fix bug where in some circumstances, loading lib/spec/interop/test.rb
raised an error (tsechingho). Closes #803.
* make sure specs only run against spec server when using drb (patch
from Chuck Grindel). Closes #797.
* remove deprecation warning in example_pending when using
FailingExamplesFormatter. Closes #794.
* Access explicit subject from nested groups of arbitrary depth. Closes #756.

* <http://rspe...
* <http://rubyforge.org/projects...
* <http://github.com/dchelimsky/rspec...
* <rspec-devel@rubyforge.org>

1 Answer

Donna Evleth

11/26/2010 11:44:00 AM

0



> From: H. Neary <???nearyh???@clara.co.uk>
> Newsgroups:
> alt.activism.death-penalty,uk.politics.misc,aus.politics,soc.retirement,soc.cu
> lture.europe
> Date: Fri, 26 Nov 2010 00:56:17 +0000
> Subject: Re: Americans, Be Thankful This Isn?t the Old World
>
> On Thu, 25 Nov 2010 20:02:21 +0000, William Black
> <blackusenet@gmail.com> wrote:
>
>> On 25/11/10 14:20, PeeJayOdonovan wrote:
>>> Americans, Be Thankful This Isn?t the Old World
>>>
>>> http://yhoo.it/4zEvl...
>>>
>>> Excerpt:
>>>
>>> "...The difference between the Old World and New World remains on
>>> stark display this week. It might not be Morning in America, but the
>>> U.S. economy is waking up
>>>
>>> ...In Europe, where policy makers, politicians and economists smugly
>>> tut-tutted at America's subprime problems in 2007 and 2008, it's
>>> another story. The bailouts are just beginning, and the entire system
>>> seems to be falling apart. This headline says it all: "Gloom, anger
>>> spreads as European economies teeter."...."
>>
>> 45 million in the USA are on food stamps...
>
> What are food stamps?
>
> HN

Quick definition from the Internet:

(food stamps plural )In the United States, food stamps are official vouchers
that are given to people with low incomes to be exchanged for food.

Donna Evleth