Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Install Coveralls for keeping track of test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Mar 6, 2013
1 parent 55b4ca6 commit 4d3b04e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ gemspec name: "periscope-mongoid"

group :test do
gem "bson_ext", "~> 1.8"
gem "coveralls", "~> 0.6", require: false
gem "database_cleaner", "~> 0.9"
gem "dm-migrations", "~> 1.2"
gem "dm-sqlite-adapter", "~> 1.2"
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,8 +1,9 @@
# Periscope
[![Gem Version](https://badge.fury.io/rb/periscope.png)](http://badge.fury.io/rb/periscope)
[![Build Status](https://travis-ci.org/laserlemon/periscope.png?branch=master)](https://travis-ci.org/laserlemon/periscope)
[![Dependency Status](https://gemnasium.com/laserlemon/periscope.png)](https://gemnasium.com/laserlemon/periscope)
[![Code Climate](https://codeclimate.com/github/laserlemon/periscope.png)](https://codeclimate.com/github/laserlemon/periscope)
[![Coverage Status](https://coveralls.io/repos/laserlemon/periscope/badge.png?branch=master)](https://coveralls.io/r/laserlemon/periscope)
[![Dependency Status](https://gemnasium.com/laserlemon/periscope.png)](https://gemnasium.com/laserlemon/periscope)

Periscope provides a simple way to chain scopes on your models and to open those scopes up to your users.

Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require "coveralls"
Coveralls.wear!

require "periscope"

Dir["./spec/shared/*.rb"].each { |f| require f }
Expand Down

0 comments on commit 4d3b04e

Please sign in to comment.