Skip to content

Instantly share code, notes, and snippets.

@hackling
Created November 6, 2014 01:19
Show Gist options
  • Save hackling/1eb14bf8371e5f4b0e96 to your computer and use it in GitHub Desktop.
Save hackling/1eb14bf8371e5f4b0e96 to your computer and use it in GitHub Desktop.
There should probably be a Rubocop for this
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