From: Andy Allan Date: Wed, 11 Apr 2018 08:05:13 +0000 (+0800) Subject: Alter class to avoid conflict with model test class X-Git-Tag: live~3099^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/45e6ebcafc5741750357b7fd6e11ec96c2cbfb24 Alter class to avoid conflict with model test class --- diff --git a/test/system/diary_entry_test.rb b/test/system/diary_entry_test.rb index b8eb5f667..39ccc04b2 100644 --- a/test/system/diary_entry_test.rb +++ b/test/system/diary_entry_test.rb @@ -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)