Skip to content

Commit

Permalink
using coverals
Browse files Browse the repository at this point in the history
  • Loading branch information
rderoldan1 committed Apr 8, 2013
1 parent 1e00856 commit fd9f8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source 'http://rubygems.org'

# Specify your gem's dependencies in financial_maths.gemspec
gemspec
gem 'rspec'
gem 'rspec'
gem 'coveralls', require: false
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'rubygems'
require 'bundler/setup'
require 'financial_maths'
require 'coveralls'
Coveralls.wear!

include FinancialMaths
RSpec.configure do |config|
Expand Down

0 comments on commit fd9f8d7

Please sign in to comment.