]> git.openstreetmap.org Git - rails.git/commitdiff
Alter class to avoid conflict with model test class
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Apr 2018 08:05:13 +0000 (16:05 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Apr 2018 08:05:13 +0000 (16:05 +0800)
test/system/diary_entry_test.rb

index b8eb5f66750e028a25940f5a03f18d362f761df5..39ccc04b26be946f9689a1011b5b78ec0bb1f513 100644 (file)
@@ -1,6 +1,6 @@
 require "application_system_test_case"
 
-class DiaryEntryTest < ApplicationSystemTestCase
+class DiaryEntrySystemTest < ApplicationSystemTestCase
   def setup
     create(:language, :code => "en")
     @diary_entry = create(:diary_entry)