Commit 187e63a0 by Adarsh Pandit

Remove typo in contributing guidelines

Remove extraneous 'not'.
parent 266a32a5
...@@ -36,9 +36,9 @@ Paperclip uses [Appraisal](https://github.com/thoughtbot/appraisal) to aid ...@@ -36,9 +36,9 @@ Paperclip uses [Appraisal](https://github.com/thoughtbot/appraisal) to aid
testing against multiple version of Ruby on Rails. This helps us to make sure testing against multiple version of Ruby on Rails. This helps us to make sure
that Paperclip performs correctly with them. that Paperclip performs correctly with them.
Paperclip also uses [RSpec](http://rspec.info) for its unit tests not. If you Paperclip also uses [RSpec](http://rspec.info) for its unit tests. If you submit
submit tests that are not written for Cucumber or RSpec without a very good tests that are not written for Cucumber or RSpec without a very good reason, you
reason, you will be asked to rewrite them before we'll accept. will be asked to rewrite them before we'll accept.
### Bootstrapping your test suite: ### Bootstrapping your test suite:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment