Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Around do |scenario, block|
  2. Capybara.using_session(scenario.object_id) do
  3. block.call
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement