Skip to content

Commit f024178

Browse files
committed
Rename system test to follow convention of being plural
1 parent 2edf7b6 commit f024178

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)