try loading app config in spec_helper to prevent bad fixtures from being generated
This commit is contained in:
parent
fedd864082
commit
a955f06762
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue