is_expected with block expectations · Issue #805 · rspec/rspec-expectations
The following situation just confused someone here at work: describe 'is_expected with block expectation' do subject { raise } it { is_expected.to raise_error } end That reads like it should work, ...