diaspora/spec/lib
Sarah Mei 31a5ef19de Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE.
Two important differences:
1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file.
2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
2011-05-28 19:44:40 -07:00
..
diaspora rescue redis connection attempts in websocket 2011-05-16 18:34:37 -07:00
postzord follow wip. 2 failures. 2011-04-04 19:22:19 -07:00
direction_detector_spec.rb fixed for ruby 1.9 2011-04-03 22:11:52 +02:00
encryptor_spec.rb Made specs work with fixtures, spec_helper needs work 2011-01-18 13:31:10 -08:00
fake_spec.rb Change some person_ids to author_ids 2011-03-09 15:28:27 -08:00
hcard_spec.rb profile now knows about three images sizes, even in federation case 2010-11-30 13:40:41 -08:00
pubsubhubbub_spec.rb Made specs work with fixtures, spec_helper needs work 2011-01-18 13:31:10 -08:00
rake_helper_spec.rb Fix specs in the presence of fixture_builder 2011-01-18 10:25:26 -08:00
resque_job_logging_spec.rb Remove annoying constant warning from resque spec 2011-03-19 21:12:43 -07:00
salmon_salmon_spec.rb Changing message to text, partway done, deleted data conversion 2011-03-14 11:39:31 -07:00
splunk_logging_spec.rb don't quote floats 2011-03-09 15:28:08 -08:00
web_hooks_spec.rb posts now have authors instead of people 2011-03-01 18:05:05 -08:00
webfinger_profile_spec.rb EM websocket cleanly merged with master. webfingering is now async 2010-10-29 11:05:17 -07:00
webfinger_spec.rb Put in a lot of non nullable fields, edit the specs to match, drop a couple superfluous columns 2011-01-26 18:29:23 -08:00
youtube_titles_spec.rb Added spec for YOUTUBE_ID_REGEX, we can easily add more youtube url sample here later to avoid polluting application_helper spec 2011-05-06 00:47:40 +08:00