Wincent Colaiuta
2007-May-19 11:08 UTC
[rspec-users] RSpec 1.0.0 and a couple of other things
First up, congratulations to the team on RSpec 1.0.0! RSpec is one of the most vibrant and professionally-run projects in the world of 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 that comes with Spec::UI 0.2.2 points to a non- existent page: <blog.aslakhellesoy.com/articles/2006/12/02/getting- screenshots-from-watir> Cheers, Wincent
aslak hellesoy
2007-May-19 17:04 UTC
[rspec-users] RSpec 1.0.0 and a couple of other things
On 5/19/07, Wincent Colaiuta <win at wincent.com> wrote:> First up, congratulations to the team on RSpec 1.0.0! RSpec is one of > the most vibrant and professionally-run projects in the world of 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 >It would need some minor changes in order to work smoothly. I''ll try to iron it out in the coming days/week.> Or is installing via RubyGems as per Aslak''s post (<http:// > rubyforge.org/pipermail/rspec-users/2007-May/001541.html>) the only > "supported" way? >All it needs is an init.rb plus a rake task that works properly.> And a quick bug report (can''t login to RubyForge due to transparent > proxy issues): > > The README.txt file that comes with Spec::UI 0.2.2 points to a non- > existent page: > > <blog.aslakhellesoy.com/articles/2006/12/02/getting- > screenshots-from-watir> >Sorry about that - the links got messed up when I switched blogging system. It''s out of date anyway. Aslak> Cheers, > Wincent > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > rubyforge.org/mailman/listinfo/rspec-users >