try loading app config in spec_helper to prevent bad fixtures from being generated

This commit is contained in:
Maxwell Salzberg 2012-01-13 23:15:32 -08:00
parent fedd864082
commit a955f06762

View file

@ -53,6 +53,9 @@ end
disable_typhoeus
ProcessedImage.enable_processing = false
AppConfig.load!
AppConfig.setup!
def set_up_friends
[local_luke, local_leia, remote_raphael]
end