[rspec-users] Reuse steps like a method call
Bryan Helmkamp
lists at brynary.com
Wed May 14 13:45:04 EDT 2008
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
Cheers,
--
Bryan Helmkamp
http://brynary.com -- My blog
More information about the rspec-users
mailing list