Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module HelperMethods
  2. def stub_confirm!
  3. page.execute_script 'window.confirm = function () { return true };'
  4. end
  5. end
  6.  
  7. RSpec.configuration.include HelperMethods, :type => :acceptance
Add Comment
Please, Sign In to add comment