lib/capy.rb in capy-1.4.1 vs lib/capy.rb in capy-1.4.2

- old
+ new

@@ -148,19 +148,9 @@ def capybara(script) instance_eval script end - def iframe(id) - raise 'no block given' unless block_given? - browser.switch_to.frame(id) - begin - yield - ensure - browser.switch_to.default_content - end - end - def driver page.driver end def browser