RSpec.describe 'Math' do
  subject { 1 + 1 }

  it { is_expected.to eq(2) }
end
