Skip to content

Instantly share code, notes, and snippets.

@dearshrewdwit
Created June 30, 2020 15:52
Show Gist options
  • Select an option

  • Save dearshrewdwit/24fb070c988d65b5ba6110a727f1b054 to your computer and use it in GitHub Desktop.

Select an option

Save dearshrewdwit/24fb070c988d65b5ba6110a727f1b054 to your computer and use it in GitHub Desktop.

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!' 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment