Created
March 14, 2016 19:15
-
-
Save jacobmendoza/ab4eff3fc77f8699f2dc to your computer and use it in GitHub Desktop.
RSpec example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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