diaspora/spec
Sarah Mei 22f7d1d48b Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds.
As a result we have to divide the exported value by 1000 before importing it (which coincidentally is the same as truncating the last 3 digits).
The remaining 8-hour difference is a time zone thing - haven't solved that one yet.
2011-01-08 17:18:09 -08:00
..
config Replace APP_CONFIG with lib/app_config.rb so that it's testable. 2010-12-24 12:31:09 -08:00
controllers fix youtube title stting 2011-01-04 11:48:02 -08:00
fixtures Services now importing 2011-01-07 15:19:04 -08:00
helpers Fix StatusMessagesController. Refactor specs to take out stuff that's tested elsewhere. MOAR REFAKTRNG PLZ. Is ugly. 2010-12-27 21:48:51 -08:00
javascripts Convert aspect-edit-spec.js to use actual DOM fixtures generated by AspectsControllerSpec. 2010-12-24 18:39:20 -08:00
lib Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds. 2011-01-08 17:18:09 -08:00
mailers Only service hasn't been migrated, there are a good 100 passing examples in mysql 2010-12-19 12:27:32 -08:00
models fix youtube title stting 2011-01-04 11:48:02 -08:00
support Methods to generate jasmine fixtures in controller specs, and methods to load those fixtures in jasmine specs. 2010-12-24 16:08:45 -08:00
factories.rb ZOMG specs pass on mysql! 2010-12-28 21:08:54 -08:00
helper_methods.rb Down to 250 failures in mysql 2010-12-20 00:36:48 -08:00
misc_spec.rb Below 70 failures, GUIDs are next 2010-12-21 15:46:15 -08:00
spec_helper.rb Down to 250 failures in mysql 2010-12-20 00:36:48 -08:00