Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
masarakki committed Sep 11, 2014
1 parent 0d5f3e6 commit bc47b96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ group :development, :test do
gem 'guard'
gem 'guard-rspec'
gem 'pry'
gem 'coveralls', require: false
end
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Capistrano::Env
[![Build Status](https://travis-ci.org/masarakki/capistrano-env.svg?branch=master)](https://travis-ci.org/masarakki/capistrano-env)
[![Dependency Status](https://gemnasium.com/masarakki/capistrano-env.svg)](https://gemnasium.com/masarakki/capistrano-env)
[![Coverage Status](https://coveralls.io/repos/masarakki/capistrano-env/badge.png?branch=master)](https://coveralls.io/r/masarakki/capistrano-env)

# Capistrano::Env
Capistrano with Env via file

## Installation
Expand Down
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'coveralls'
Coveralls.wear!
require 'capistrano'

ENV['RAILS_ENV'] ||= 'test'
Expand Down

0 comments on commit bc47b96

Please sign in to comment.