私は現在、次のようなものを持っています:
it 'assigns @competition' do
expect(assigns(:competition)).to be_a_new(Competition)
end
it { should ... }
型構文を使用した短いバージョンはありますか?
私は現在、次のようなものを持っています:
it 'assigns @competition' do
expect(assigns(:competition)).to be_a_new(Competition)
end
it { should ... }
型構文を使用した短いバージョンはありますか?