Re: [rspec-users] newbie: errors getting started with cucumber

2009-01-16 Thread Nick Hoffman
On 2009-01-16, at 17:19, Fernando Perez wrote: Aslak Hellesøy wrote: On Thu, Dec 25, 2008 at 2:04 PM, Manasi Vora wrote: I am using webrat 0.3.2 cucumber 0.1.13 activerecord 2.1.1 You need a newer webrat - for example gem install aslakhellesoy- webrat Aslak Thanks that help me out. I

Re: [rspec-users] newbie: errors getting started with cucumber

2009-01-16 Thread Fernando Perez
Aslak Hellesøy wrote: > On Thu, Dec 25, 2008 at 2:04 PM, Manasi Vora > wrote: > >> >> I am using webrat 0.3.2 cucumber 0.1.13 activerecord 2.1.1 >> > > You need a newer webrat - for example gem install aslakhellesoy-webrat > > Aslak Thanks that help me out. It installed 0.3.2.2 which works, w

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-30 Thread Manasi Vora
Mischa Fierer wrote: > try this b4 trying to install Aslak's webrat: > > gem sources -a http://gems.github.com Thanks .. I was able to complete the setup on my Windows XP machine. rake features is failing now ! So I can continue with writing the steps. -- Posted via http://www.ruby-forum.com/. _

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-30 Thread Mischa Fierer
try this b4 trying to install Aslak's webrat: gem sources -a http://gems.github.com On Tue, Dec 30, 2008 at 10:48 PM, Manasi Vora wrote: > Aslak Hellesøy wrote: > > On Thu, Dec 25, 2008 at 2:04 PM, Manasi Vora > > wrote: > > > >> > >> I am using webrat 0.3.2 cucumber 0.1.13 activerecord 2.1.

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-30 Thread Manasi Vora
Aslak Hellesøy wrote: > On Thu, Dec 25, 2008 at 2:04 PM, Manasi Vora > wrote: > >> >> I am using webrat 0.3.2 cucumber 0.1.13 activerecord 2.1.1 >> > > You need a newer webrat - for example gem install aslakhellesoy-webrat > > Aslak Hi Aslak, I tried the command but I get the following erro

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-25 Thread aslak hellesoy
On Thu, Dec 25, 2008 at 2:04 PM, Manasi Vora wrote: > Sarah Allen wrote: > > More poking around and I found this page: > > http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails > > > > never mind. > > Hi Sarah, > I am a newbie as well and followed the wiki page but continue to get the > er

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-25 Thread Manasi Vora
Sarah Allen wrote: > More poking around and I found this page: > http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails > > never mind. Hi Sarah, I am a newbie as well and followed the wiki page but continue to get the error - no such file to load -- webrat/rspec-rails (MissingSourceFile

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Sarah Allen
More poking around and I found this page: http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails never mind. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/r

Re: [rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Mischa Fierer
Try pasting this into config/environments/test.rb #config/environments/test.rb #config.gem 'rspec-rails', :source => "http://gems.github.com";, :lib => 'spec/rails' #config.gem 'cucumber', :version => '0.1.12', :source => " http://gems.github.com"; config.gem 'webrat' , :source => "http://gems.git

[rspec-users] newbie: errors getting started with cucumber

2008-12-20 Thread Sarah Allen
Just getting started with Ruby and Rails, I wanted to check out BDD and cucumber seemed like a good place to start. Let me know if this stuff is too new for a newbie and I'll wander off. I've installed the following: sudo gem install cucumber sudo gem install rspec rspec-rails webrat $ rak