Skip to content

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

Open
zephyr-dev wants to merge 1 commit into
pivotalforks:masterfrom
zephyr-dev:patch-1
Open

Update RSpec "it" snippet to not use "should"#11
zephyr-dev wants to merge 1 commit into
pivotalforks:masterfrom
zephyr-dev:patch-1

Conversation

@zephyr-dev

Copy link
Copy Markdown
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

nertzy commented Sep 6, 2013

Copy link
Copy Markdown

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