summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 14:56:48 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 14:56:48 -0400
commit88328392918deeb459c1d991559f9b40b5fc1026 (patch)
treee3bf85a742921354c6c48332410e8beff0474e76 /spec
parent0bb320cfda7a22083ceb2bcaaf2a5cb43128fc19 (diff)
downloadgitlab-ce-88328392918deeb459c1d991559f9b40b5fc1026.tar.gz
Fix Style/CommentIndentation cop violation
Diffstat (limited to 'spec')
-rw-r--r--spec/features/notes_on_merge_requests_spec.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/features/notes_on_merge_requests_spec.rb b/spec/features/notes_on_merge_requests_spec.rb
index 219bb3129e7..12ab4b844d8 100644
--- a/spec/features/notes_on_merge_requests_spec.rb
+++ b/spec/features/notes_on_merge_requests_spec.rb
@@ -86,13 +86,13 @@ describe 'Comments' do
end
# TODO: fix after 7.7 release
- #it "should reset the edit note form textarea with the original content of the note if cancelled" do
- #within(".current-note-edit-form") do
- #fill_in "note[note]", with: "Some new content"
- #find(".btn-cancel").click
- #expect(find(".js-note-text", visible: false).text).to eq note.note
- #end
- #end
+ # it "should reset the edit note form textarea with the original content of the note if cancelled" do
+ # within(".current-note-edit-form") do
+ # fill_in "note[note]", with: "Some new content"
+ # find(".btn-cancel").click
+ # expect(find(".js-note-text", visible: false).text).to eq note.note
+ # end
+ # end
it 'appends the edited at time to the note' do
page.within('.current-note-edit-form') do