以下のRSpecコードの空欄に入る適切なキーワードは何ですか? ```ruby RSpec.describe '足し算機能の検証' do ______ '引数を合計した数を返す' do expect(add(1, 1)).to eq(2) end end ```