You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments