test/unit/base_test.rb in superstore-2.4.4 vs test/unit/base_test.rb in superstore-2.5.0

- old
+ new

@@ -15,6 +15,10 @@ test 'table_name' do assert_equal 'sons', Son.table_name assert_equal 'sons', Grandson.table_name end + + test 'translations' do + assert_equal :activerecord, Son.i18n_scope + end end