projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a86a1e
)
Alter class to avoid conflict with model test class
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 11 Apr 2018 08:05:13 +0000
(16:05 +0800)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 11 Apr 2018 08:05:13 +0000
(16:05 +0800)
test/system/diary_entry_test.rb
patch
|
blob
|
history
diff --git
a/test/system/diary_entry_test.rb
b/test/system/diary_entry_test.rb
index b8eb5f66750e028a25940f5a03f18d362f761df5..39ccc04b26be946f9689a1011b5b78ec0bb1f513 100644
(file)
--- 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 DiaryEntry
System
Test < ApplicationSystemTestCase
def setup
create(:language, :code => "en")
@diary_entry = create(:diary_entry)