README.md in rspec-scaffold-2.0.0.beta1 vs README.md in rspec-scaffold-2.0.0
- old
+ new
@@ -1,5 +1,5 @@
-# RSpec Scaffold [![Build Status](https://travis-ci.org/ridiculous/rspec-scaffold.svg)](https://travis-ci.org/ridiculous/rspec-scaffold)
+# RSpec Scaffold [![Gem Version](https://badge.fury.io/rb/rspec-scaffold.svg)](https://badge.fury.io/rb/rspec-scaffold)
Generates RSpec scaffolding for existing code.
Cleverly infers spec location from source file location.
Helps you write tests by showing you what you should be testing, which are conditions and changes to state (at a minimum).