Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# should_not

[![Build Status](https://travis-ci.org/should-not/should_not.png?branch=master)](https://travis-ci.org/should-not/should_not)
[![Code Climate](https://codeclimate.com/github/should-not/should_not.png)](https://codeclimate.com/github/should-not/should_not)
[![Gem Version](https://badge.fury.io/rb/should_not.png)](http://badge.fury.io/rb/should_not)
[![Build Status](https://travis-ci.org/should-not/should_not.svg?branch=master)](https://travis-ci.org/should-not/should_not)
[![Code Climate](https://codeclimate.com/github/should-not/should_not.svg)](https://codeclimate.com/github/should-not/should_not)
[![Gem Version](https://badge.fury.io/rb/should_not.svg)](http://badge.fury.io/rb/should_not)

You `should_not` start your specs with the string `"should"`:
if every spec begins with `"should"`, then `"should"` is redundant everywhere and becomes noise.
Expand Down