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
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
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/.
_
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.
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
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
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
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
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
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
10 matches
Mail list logo