diff --git a/test/test_helper.rb b/test/test_helper.rb index a80bd69..91a71e7 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -21,9 +21,6 @@ # -- they do not yet inherit this setting #fixtures :all - # Safety net to reload LANGUAGES constant if they failed to load during TravisCI tests - LANGUAGES = Languages.all if LANGUAGES.empty? - # Use the seeds.rb file to seed the test database require_relative '../db/seeds.rb'