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
fake_spec.rb
hcard_spec.rb
pubsubhubbub_spec.rb
rake_helper_spec.rb
resque_job_logging_spec.rb
salmon_salmon_spec.rb
splunk_logging_spec.rb
web_hooks_spec.rb
webfinger_profile_spec.rb
webfinger_spec.rb
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