From 1d30909725611fda98c41a12ded834483f59d3d8 Mon Sep 17 00:00:00 2001 From: Julian Herrero Date: Mon, 24 Sep 2018 19:38:59 +0200 Subject: [PATCH] remove duplicated method --- spec/support/common_actions/ckeditor.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 spec/support/common_actions/ckeditor.rb diff --git a/spec/support/common_actions/ckeditor.rb b/spec/support/common_actions/ckeditor.rb deleted file mode 100644 index 9ad868123..000000000 --- a/spec/support/common_actions/ckeditor.rb +++ /dev/null @@ -1,7 +0,0 @@ -def fill_in_ckeditor(id, with:) - - within_frame find("#cke_#{id} iframe") do - find('body').base.send_keys with - end - -end