On Thu, Nov 6, 2008 at 11:28 PM, Joseph Wilk <[EMAIL PROTECTED]>wrote:
> If you are using cucumber with rails and used the rails generator you
> should find in your generated features/steps/env.rb file (In the latest
> cucumber version 0.1.9 this is in features/support/env.rb):
>
Yes, I was alre
On Thu, Nov 6, 2008 at 2:53 AM, Joseph Wilk <[EMAIL PROTECTED]>wrote:
> I'm getting expected: "1"
>> got: "0"
>> on a simple should change(Model, :count).by(1)
>>
>> It follows the specific model around as well. If I change order of the
>> fit table or not (the fit table h
I'm getting expected: "1"
got: "0"
on a simple should change(Model, :count).by(1)
It follows the specific model around as well. If I change order of
the fit table or not (the fit table has 20 rows of different models
all being exercised the same way, they are part
On Wed, Nov 5, 2008 at 7:10 PM, Matt Wynne <[EMAIL PROTECTED]> wrote:
> On 5 Nov 2008, at 03:58, Mikel Lindsaar wrote:
>
> If I run rake features or cucumber features/* I get one failing FIT
>> scenario in one of my features.
>> If I then run that feature that contains the FIT table with the faili
On 5 Nov 2008, at 03:58, Mikel Lindsaar wrote:
Hi all.
If I run rake features or cucumber features/* I get one failing FIT
scenario in one of my features.
If I then run that feature that contains the FIT table with the
failing scenario manually, it passes.
I run it again with rake featu
Hi all.
If I run rake features or cucumber features/* I get one failing FIT scenario
in one of my features.
If I then run that feature that contains the FIT table with the failing
scenario manually, it passes.
I run it again with rake features or cucumber features/* it fails, run
individually, it