Skip to content

Commit

Permalink
Or something, anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarly committed Jan 9, 2012
1 parent bd1a097 commit 72e8cb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -5,13 +5,16 @@ This is a formatter for Simplecov that emits a Vim script to mark up code files
## Installing

Add to Gemfile:

gem 'simplecov'
gem 'simplecov-vim'

and

bundle install

Or

gem install simplecov simplecov-vim

(If you already have simplecov installed, these commands have some redundancy
Expand All @@ -26,6 +29,7 @@ In .simplecov (or where ever you do this)
end

Run your tests

rspec -rsimplecov spec

You'll find a shiny new file called coverage.vim in your project root.
Expand Down

0 comments on commit 72e8cb1

Please sign in to comment.