Created
November 6, 2014 01:19
-
-
Save hackling/1eb14bf8371e5f4b0e96 to your computer and use it in GitHub Desktop.
There should probably be a Rubocop for this
This file contains 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
describe 'examples' do | |
it "shouldn't alert a cop" do | |
expect('this').to eq 'this' | |
expect('this this').to eq 'this this' | |
end | |
it "should alert a cop" do | |
expect('this').to eq 'this' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment