# File lib/kwala/notifications/rss.rb, line 99
  def create_pstore(context)
    PStore.new(File.join(context.output_directory, PSTORE_FILE_NAME))
  end