Hi,
Anyone have code you could share that lets you pass a hash in plain text stories,
for example

Then I fill out form with name: Jon, email: [EMAIL PROTECTED], age: 9

passes in a hash { 'name' => 'Jon', 'emal' => '[EMAIL PROTECTED]', 'age' => '9' }


_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to