From 3008efb78f96f7fa9d704310693b7e54d45df5fa Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Thu, 24 Aug 2017 19:22:51 +0530 Subject: Remove trailing whitespace --- 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 54724db5e0d..4423560ecaa 100644 --- a/spec/helpers/button_helper_spec.rb +++ b/spec/helpers/button_helper_spec.rb @@ -87,7 +87,7 @@ describe ButtonHelper do expect(element.attr('data-container')).to eq('body') expect(element.attr('data-clipboard-text')).to eq(nil) expect(element.inner_text).to eq("") - + expect(element).to have_selector('.fa.fa-clipboard') end end -- cgit v1.2.1