Is it possible to mix a normal parameter argument for a step, with
tabular data?

Something like this:

Given there is a country "Spain" with the cities:
  |name      |
  |Madrid    |
  |Barcelona |
  |Valencia  |

And this step_definition

Given /^there is a country "Spain" with the cities:$/ do |country_name,
cities_table|
...
end

Thanks
Juanma
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to