Posts tagged with matchers (1)

Jul09 loading custom rspec matchers into cucumber post author

rspec cucumber matchers | comments

I happen to need to make expectations about a created user on a complex step, so when the chunk started to repeat I make myself an RSpec matcher to do that, and then load it into cucumber to be able to use it in my steps.

Continue reading »