Skip to content

Commit 2411717

Browse files
authored
Merge pull request #1793 from codidact/trichoplax/correctly-name-system-test-as-plural
Rename system test to follow convention of being plural
2 parents 8f373f0 + 4540ae7 commit 2411717

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
require 'application_system_test_case'
22

3-
# Renamed from PostTest to PostSystemTest to avoid clash with test/models/post_test.rb
4-
# when running rails test:all
5-
class PostSystemTest < ApplicationSystemTestCase
3+
class PostsTest < ApplicationSystemTestCase
64
# -------------------------------------------------------
75
# Create
86
# -------------------------------------------------------

0 commit comments

Comments
 (0)