Skip to content

Commit

Permalink
added simplecov to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kronosapiens committed May 2, 2014
1 parent 7dab5ce commit 29e0dd7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/coverage
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem "nokogiri"
group :development do
gem "rspec"
gem "pry"
gem "simplecov"
end

#Using Coveralls for test coverage reporting
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ DEPENDENCIES
nokogiri
pry
rspec
simplecov
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ language: ruby

[![Gem Version](https://badge.fury.io/rb/aftermarket_research.png)](http://badge.fury.io/rb/aftermarket_research)
[![Code Climate](https://codeclimate.com/github/kronosapiens/aftermarket_research.png)](https://codeclimate.com/github/kronosapiens/aftermarket_research)
[![Build Status](https://travis-ci.org/kronosapiens/aftermarket_research.svg?branch=master)](https://travis-ci.org/kronosapiens/aftermarket_research)

This gem is meant to provide a Command-Line Interface for running simple market research queries on Craigslist.

Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'pry'
require 'simplecov'
SimpleCov.start
require 'coveralls'
Coveralls.wear!

Expand Down

0 comments on commit 29e0dd7

Please sign in to comment.