Skip to content

Conversation

@andyjeffries
Copy link
Contributor

As per http://betterspecs.org/#should specs should look like:

it 'does not change timings' do

Rather than the older convention of:

it 'should not change timings' do

As per http://betterspecs.org/#should specs should look like:

```
it 'does not change timings' do
```

Rather than the older convention of:

```
it 'should not change timings' do
```
@joseramonc joseramonc merged commit 9c7fe29 into joseramonc:master Apr 11, 2016
@joseramonc
Copy link
Owner

Thanks for your help!

:shipit:

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