summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/page_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/page_test.rb b/test/unit/page_test.rb
index 2ada6de..8c2fc95 100644
--- a/test/unit/page_test.rb
+++ b/test/unit/page_test.rb
@@ -121,7 +121,7 @@ class PageTest < ActiveSupport::TestCase
121 page.save 121 page.save
122 122
123 assert_equal 3, page.globalize_translations.size 123 assert_equal 3, page.globalize_translations.size
124 assert_equal 0, Page.find_with_outdated_translations.count 124 assert_equal 0, Page.find_with_outdated_translations.size
125 125
126 english = *page.globalize_translations.select {|x| x.locale == :en} 126 english = *page.globalize_translations.select {|x| x.locale == :en}
127 PageTranslation.record_timestamps = false 127 PageTranslation.record_timestamps = false