Displaying 2 results from an estimated 2 matches for "rel_1_0_0".
Did you mean:
rel_1_0_8
2007 May 25
4
rspec on rails update question
...until I can tell the difference between what I might be doing wrong
vs problems in rspec). However, I would like to try the
RspecScaffoldGenerator fix.
I installed (per the docs) last week with the following commands
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec_on_rails
$ script/generate rspec
Should I have said REL_1_0_2 instead? Will svn up find the latest tags?
When I run
$ svn up vendor/plugins/rspec
At revision 2032.
$ svn up vendor/plugins/rs...
2007 May 19
1
RSpec 1.0.0 and a couple of other things
...Ruby
open source. Now that there is a commitment to a stable API I think
we''ll see RSpec really take off.
Two quick things...
In the absence of official Spec::UI docs, can Spec::UI be installed
as a Rails plug-in? eg.
script/plugin install svn://rubyforge.org/var/svn/rspec/tags/
REL_1_0_0/spec_ui
Or is installing via RubyGems as per Aslak''s post (<http://
rubyforge.org/pipermail/rspec-users/2007-May/001541.html>) the only
"supported" way?
And a quick bug report (can''t login to RubyForge due to transparent
proxy issues):
The README.txt file t...