RSpec.describe 'Testing' do it 'is flagged' do x = [] expect { x.append(1) }.to change(x, :size) end end