Displaying 4 results from an estimated 4 matches for "rel_0_8_0_rc1".
2007 Feb 17
0
RSpec 0.8.0-RC1
...an
easily separate them out from the rest.
Many thanks to all who are using RSpec, whether just experimenting or
really using it on your business critical projects!
Cheers,
The RSpec Development Team
==============================
Installing the gem
svn co svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_0_RC1/gem
gem install gem/rspec-0.8.0-RC1.gem
==============================
Get the docs
svn co svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_0_RC1/doc/output doc
open doc/index.html
NOTE that most of the stuff in the website docs is deprecated. What
you want to look at is the RDoc for both RSpec and...
2007 Feb 27
8
Using a subversion repository to spec in a rails app
Is it a bad practice to use a subversion repository to the trunk of
rspec and rspec_on_rails? Or rather, is it doomed to fail, since my
gem will always be out of date?
I know I can''t use spec, installed from gem,s if I have the latest
revision of rspec and rspec_on_rails checked into my plugins
directory. But I should still be able to use it with the --drb
option, correct?
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:
*
2007 Feb 26
15
drbspec - "no server running"
At times I''ve gotten the message "No Server Running" from drbspec
with my rails app. The thing is, the drb server certainly is running!
This happened a few times with my model specs. I''m not sure exactly
what the problem was there - I believe I was loading up fixtures that
didn''t exist. I was calling fixtures :singular_table_name as opposed
to