On Sun, Jul 20, 2008 at 4:46 AM, Paolo Dona <[EMAIL PROTECTED]> wrote:
> Thank you for your quick fix man!
> What if I'm testing a standalone app instead of a rails one? (I bet I
> need to wait for the next rspec release right?)
git clone git://github.com/dchelimsky/rspec.git
cd rspec
rake gem
rak
Thank you for your quick fix man!
What if I'm testing a standalone app instead of a rails one? (I bet I
need to wait for the next rspec release right?)
Paolo
On Jul 19, 8:40 am, "Pat Maddox" <[EMAIL PROTECTED]> wrote:
> Hey Paolo,
>
> I've fixed this. Update your rspec plugin and it should work
Hey Paolo,
I've fixed this. Update your rspec plugin and it should work fine now.
Pat
On Wed, Jul 16, 2008 at 12:07 PM, Paolo Dona <[EMAIL PROTECTED]> wrote:
> It is the common prefix, not the underscore.
> With $n and $nnn or $ntotal still fails.
>
> Paolo
>
> On Jul 16, 4:40 pm, "Pat Maddox
It is the common prefix, not the underscore.
With $n and $nnn or $ntotal still fails.
Paolo
On Jul 16, 4:40 pm, "Pat Maddox" <[EMAIL PROTECTED]> wrote:
> What about when you make it $ntotal? Is it the common first letter or
> the underscore?
>
> Pat
>
> On 7/16/08, Paolo Dona <[EMAIL PROTECTED]>
What about when you make it $ntotal? Is it the common first letter or
the underscore?
Pat
On 7/16/08, Paolo Dona <[EMAIL PROTECTED]> wrote:
> Hi guys, I'm facing a strange behavior that smells like a bug.
>
> consider this scenario:
>
> Scenario: I'm cool
> Given that I am cool 4 times out of
Hi guys, I'm facing a strange behavior that smells like a bug.
consider this scenario:
Scenario: I'm cool
Given that I am cool 4 times out of 7
and this step:
Given("that I am cool $n times out of $n_total") do |n, n_total|
...
end
When running my story, this step is considered as PENDING.