Add coveralls command on spec helper

Joel AZEMAR committed Apr 01, 2014
commit f5544a2df135d4ecd4baaa75df3f703a393d50bc
Showing 1 changed file with 2 additions and 0 deletions
spec/spec_helper.rb +2 -0
@@ @@ -4,6 +4,8 @@ require 'rubygems'
require 'bundler/setup'
require 'i18n-spec'
+ require 'coveralls'
+ Coveralls.wear!
require_relative 'support'