We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f373f0 + 4540ae7 commit 2411717Copy full SHA for 2411717
1 file changed
test/system/post_system_test.rb test/system/posts_test.rbtest/system/post_system_test.rb renamed to test/system/posts_test.rb
@@ -1,8 +1,6 @@
1
require 'application_system_test_case'
2
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
+class PostsTest < ApplicationSystemTestCase
6
# -------------------------------------------------------
7
# Create
8
0 commit comments