Skip to content

Commit

Permalink
Add blogpost reference in README and update the minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Jan 21, 2020
1 parent 74d71b3 commit 47f0897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ The goal of this component is to find what RSpec examples "cover" one or more li

This is useful for example when you override methods of a parent product and you want to check what/how the specs treat the original lines.

Blog post introduction: [https://nebulab.it/blog/reverse-coverage/](https://nebulab.it/blog/reverse-coverage/)

## Installation

Add `gem 'reverse_coverage'` to your application's Gemfile and execute `bundle`.
Expand Down
2 changes: 1 addition & 1 deletion lib/reverse_coverage/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ReverseCoverage
VERSION = '0.1.0'.freeze
VERSION = '0.1.1'.freeze
end

0 comments on commit 47f0897

Please sign in to comment.