Using plain old Ruby, make this work:
expect(1).to eq 1
expect(['hi', 'there'].length).to eq 2
expect('howdy!'.upcase).to eq 'HOWDY!' Using plain old Ruby, make this work:
expect(1).to eq 1
expect(['hi', 'there'].length).to eq 2
expect('howdy!'.upcase).to eq 'HOWDY!'