Skip to content

Commit

Permalink
Renamed and edited comment_system_test.rb to solve class inconsistenc…
Browse files Browse the repository at this point in the history
…y for #11620
  • Loading branch information
Vassiliki Dimoka committed Oct 30, 2023
1 parent 5e1d8c2 commit 059ede2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\C:\\Users\\vdimoka\\Source\\Repos\\knotinline\\plots2",
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Empty file.
Binary file added .vs/plots2/v17/.wsuo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "application_system_test_case"
# https://guides.rubyonrails.org/testing.html#implementing-a-system-test

class CommentTest < ApplicationSystemTestCase
class CommentSystemTest < ApplicationSystemTestCase
Capybara.default_max_wait_time = 60

def setup
Expand Down

0 comments on commit 059ede2

Please sign in to comment.