# File recipebook/features/step_definitions/web_steps.rb, line 26 def with_scope(locator) locator ? within(locator) { yield } : yield end