Displaying 3 results from an estimated 3 matches for "rel_0_6_3".
2006 Sep 29
0
Living Dangerously?
how can I get the benefits of integration testing with Rspec on Rails
REL_0_6_3, please?
When I first started playing with Rspec on Rails, I hacked
spec_helper.rb to include the IntegrationTest interface (diff below) as
it was the minimum change I could make to get the the ability to run
multiple actions across controllers in my spec. I use it to specify
authenticated se...
2006 Oct 02
3
RSpec 0.6.4 released
We''ve released RSpec 0.6.4. Check it out! Check it out!
Release info:
http://rubyforge.org/frs/shownotes.php?release_id=7178
General info:
http://rspec.rubyforge.org/
Questions? Right here!
Enjoy,
David
2007 May 01
7
RSpec 0.9.1 released
The RSpec team is pleased to announce RSpec 0.9.1 (we skipped 0.9.0).
RSpec is a framework that provides programmers with a Domain Specific
Language to describe the behaviour of Ruby code with readable,
executable examples that guide you in the
design process and serve well as both documentation as tests.
This release includes a complete overhaul of the API, which can be
summarised as follows:
*