Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread Ben Mabey
2, 2009 8:00:14 AM Subject: Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian Bart Zonneveld wrote: Hey list, Anyone have experience with acts_as_xapian and Cucumber? I'm struggling with updating xapian's index, to actually "find" fluff that has been index

Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread Bart Zonneveld
On 2 feb 2009, at 17:00, Ben Mabey wrote: Bart Zonneveld wrote: Hey list, Anyone have experience with acts_as_xapian and Cucumber? I'm struggling with updating xapian's index, to actually "find" fluff that has been indexed.. In a scenario, I'm adding a bunch of articles, and in the actual

Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread Bart Zonneveld
akhellesoy/cucumber/tree/master/examples Plenty more on the cucumber wikis @ github. cheers, bartz - Original Message From: Ben Mabey To: rspec-users Sent: Monday, February 2, 2009 8:00:14 AM Subject: Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian Bart Zonneveld wrote:

Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread r_j_h_box-sf
8:00:14 AM > Subject: Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian > > Bart Zonneveld wrote: > > Hey list, > > > > Anyone have experience with acts_as_xapian and Cucumber? I'm struggling > > with > updating xapian's index, to actuall

Re: [rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread Ben Mabey
Bart Zonneveld wrote: Hey list, Anyone have experience with acts_as_xapian and Cucumber? I'm struggling with updating xapian's index, to actually "find" fluff that has been indexed.. In a scenario, I'm adding a bunch of articles, and in the actual search step, I run: When "I search for \"$q

[rspec-users] [Cucumber] Cucumber and acts_as_xapian

2009-02-02 Thread Bart Zonneveld
Hey list, Anyone have experience with acts_as_xapian and Cucumber? I'm struggling with updating xapian's index, to actually "find" fluff that has been indexed.. In a scenario, I'm adding a bunch of articles, and in the actual search step, I run: When "I search for \"$query\"" do |query|