On Sun, Dec 28, 2008 at 7:19 PM, Emmanuel Pinault wrote:
> I think this is not yet implemented. I had the same issue and was told they
> are working on it but that they are doing a big refactoring so might not be
> in 0.1.13 yet
>
That's right. You have to wait for the next major release to have
something like
Given I do something with the following param |Key1|value1|, |Key2|
Value2|
|Key1|value1|
|Key2|Value2|
Then your step could look like
Given 'I do something with the following .*' do | table|
// your logic
end
Emmanuel
On Dec 28, 2008, at 10:40 AM, Jonathan Linowes w
could you pastie an example?
On Dec 28, 2008, at 1:19 PM, Emmanuel Pinault wrote:
I think this is not yet implemented. I had the same issue and was
told they are working on it but that they are doing a big
refactoring so might not be in 0.1.13 yet
To work around that issues. I created a he
I think this is not yet implemented. I had the same issue and was told
they are working on it but that they are doing a big refactoring so
might not be in 0.1.13 yet
To work around that issues. I created a helper method that can print
the table in one line or multiple line. Then call the me