To load a rough replica of the content in the live site, run these rake tasks.
rake marpa_importer:import_csv csv="lib/marpa/KTGR MP3.csv"
Import (pointers to) recordings from Amazon S3 and then match them to the talks
rake marpa_importer:import_s3
Give Lectures meaningful titles based on Course titles
rake marpa_importer:match_talks
rake marpa_importer:populate_titles
rake test:fixtures
RAILS_ENV=test rake test:fixtures rake spec