On May 14, 2008, at 12:45 PM, Bryan Helmkamp wrote:
If I have a step matcher defined as so:
Given "a user named $username" do |username|
....
end
Is there a way to call it from another step? For example:
Given "a user named $username with a blog post |username|
given_a_user_named(username) # calls existing step code
# create a blog post
end
I'm pretty sure you can do this:
Given "a user named $username with a blog post |username|
Given "a user named #{username}"
# create a blog post
end
Cheers,
David
Cheers,
--
Bryan Helmkamp
http://brynary.com -- My blog
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users