From daab861ef455e640ca1f95188eeb2d2f30ef3536 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Mon, 1 Feb 2016 12:37:52 -0500 Subject: [PATCH] Move version badge to front --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac103c..51925fb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # [with_model](https://github.com/Casecommons/with_model) +[![Gem Version](https://img.shields.io/gem/v/with_model.svg?style=flat)](https://rubygems.org/gems/with_model) [![Build Status](https://secure.travis-ci.org/Casecommons/with_model.svg?branch=master)](https://travis-ci.org/Casecommons/with_model) [![Code Climate](https://img.shields.io/codeclimate/github/Casecommons/with_model.svg?style=flat)](https://codeclimate.com/github/Casecommons/with_model) [![Coverage Status](https://img.shields.io/coveralls/Casecommons/with_model/master.svg?style=flat)](https://coveralls.io/r/Casecommons/with_model) -[![Gem Version](https://img.shields.io/gem/v/with_model.svg?style=flat)](https://rubygems.org/gems/with_model) `with_model` dynamically builds an ActiveRecord model (with table) before each test in a group and destroys it afterwards.