Hi, I am trying to learn the RSpec but unfortunately I found all the tutorials which are very old. Is anyone have latest tutorial? I am following some tutorial, I have followed the following steps:- 1) gem install rspec 2) gem install rspec-rails 3) ./script/generate rspec I am getting an error that "Couldn''t find ''rspec'' generator" I have searched for this and I got information that I have to install the plugins:- "ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec " My problem is that URL does not exists. Can anyone tell me am I on right track? Any help appreciated. Thanks, Tushar -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi there, Are you on rails 2.x.x or 3 ? On Mar 2, 6:42 am, Tushar Gandhi <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > I am trying to learn the RSpec but unfortunately I found all the > tutorials which are very old. Is anyone have latest tutorial? > I am following some tutorial, I have followed the following steps:- > 1) gem install rspec > 2) gem install rspec-rails > 3) ./script/generate rspec > I am getting an error that "Couldn''t find ''rspec'' generator" > I have searched for this and I got information that I have to install > the plugins:- > "ruby script/plugin install > svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > " > My problem is that URL does not exists. Can anyone tell me am I on right > track? > > Any help appreciated. > > Thanks, > Tushar > > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I am on rails 2.3.8 Clint Krollwood wrote in post #984887:> Hi there, > > Are you on rails 2.x.x or 3 ?-- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Mar 2, 2011 at 3:19 AM, Tushar Gandhi <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am on rails 2.3.8 >You''ll find instructions here: https://github.com/dchelimsky/rspec/wiki/rails> Clint Krollwood wrote in post #984887: > > Hi there, > > > > Are you on rails 2.x.x or 3 ? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.