Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 21:56:48 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 21:56:48 +0300
commit88328392918deeb459c1d991559f9b40b5fc1026 (patch)
treee3bf85a742921354c6c48332410e8beff0474e76
parent0bb320cfda7a22083ceb2bcaaf2a5cb43128fc19 (diff)
Fix Style/CommentIndentation cop violation
-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