Ich habe den folgenden Code in meinem Controller: format.json { render :json => { :flashcard => @flashcard, :lesson => @lesson, :success => true } In meinem RSpec-Controller-Test möchte ich überprüfen, ob ein bestimmtes Szenario eine erfolgreiche JSON-Antwort erhält, sodass ich die...