From 2254954bf97de71ddccfd33a72e4bda0a7608420 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Fri, 17 Aug 2018 13:36:43 +0100 Subject: fix button_helper_spec --- spec/helpers/button_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/button_helper_spec.rb b/spec/helpers/button_helper_spec.rb index 1e3b1b2986b..0c0a0003231 100644 --- a/spec/helpers/button_helper_spec.rb +++ b/spec/helpers/button_helper_spec.rb @@ -159,7 +159,7 @@ describe ButtonHelper do expect(element.attr('data-clipboard-text')).to eq(nil) expect(element.inner_text).to eq("") - expect(element.to_html).to include sprite_icon('duplicate', css_class: 'svg-icon') + expect(element.to_html).to include sprite_icon('duplicate') end end -- cgit v1.2.1