feature "Users can CRUD audio recordings" do
  def create_audio_recording(attrs = nil)
    if attrs.nil?
      attrs = {
        title: 'some title',