Sign in Sign up
rubygems

should_not

You should_not start your specs with the string "should". If every spec starts with "should", then it's redundant everywhere. Instead, write in an active tone: `it "should ignore nil elements"` - BAD `it "ignores nil elements"` - GOOD

Activity

Latest release
11y ago
Total releases
4
Cadence
~daily
Last 12 months
0

Details

License
MIT
First release
Apr 13, 2013
Releases
Version Released
1.1.0 minor
1.0.0 major
0.7.0 minor
0.0.1 initial