Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RSpec "it" snippet to not use "should" #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update RSpec "it" snippet to not use "should" #11

wants to merge 1 commit into from

Conversation

zephyr-dev
Copy link

describe "using 'should' in 'it' blocks"
  it "makes for poorly named tests" do
    it should_not be_encouraged
  end
end

describe "using 'should' in 'it' blocks"
  it "makes for poorly named tests" do
     it should_not be_encouraged
  end
end
@nertzy
Copy link

nertzy commented Sep 6, 2013

We should move this over to https://github.com/pivotalcommon/vim-config

trevorrjohn pushed a commit to trevorrjohn/vim-config that referenced this pull request Sep 10, 2013
trevorrjohn pushed a commit to trevorrjohn/vim-config that referenced this pull request Sep 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants