Skip to content

Instantly share code, notes, and snippets.

@jacobmendoza
Created March 14, 2016 19:15
Show Gist options
  • Save jacobmendoza/ab4eff3fc77f8699f2dc to your computer and use it in GitHub Desktop.
Save jacobmendoza/ab4eff3fc77f8699f2dc to your computer and use it in GitHub Desktop.
RSpec example
RSpec.describe SUT do
describe 'when the sut does something' do
it 'works as expected' do
expect(1).to be 1
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment