diff options
| author | kushalpandya <kushal@gitlab.com> | 2017-08-24 19:22:51 +0530 |
|---|---|---|
| committer | kushalpandya <kushal@gitlab.com> | 2017-08-24 19:22:51 +0530 |
| commit | 3008efb78f96f7fa9d704310693b7e54d45df5fa (patch) | |
| tree | d16d9222d5da054a2d26f483d43558df2cce6f1a | |
| parent | 80ebe9c5cf323b688fdfa74c3aa384e524af2a88 (diff) | |
| download | gitlab-ce-35811-copy-link-note.tar.gz | |
Remove trailing whitespace35811-copy-link-note
| -rw-r--r-- | spec/helpers/button_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
