mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-04 00:01:22 -05:00
Add support for coveralls.io
This commit is contained in:
parent
bfbc4b7862
commit
56430ad405
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
Gemfile.lock
|
||||
tags
|
||||
/.bundle/
|
||||
coverage/
|
||||
|
||||
1
Gemfile
1
Gemfile
@ -3,6 +3,7 @@ source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
group :development do
|
||||
gem "coveralls", require: false
|
||||
gem "mocha", "~> 0.13.2"
|
||||
gem "rake"
|
||||
gem "shoulda-context"
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
# Stripe Ruby Library [](https://travis-ci.org/stripe/stripe-ruby)
|
||||
# Stripe Ruby Library
|
||||
|
||||
[](https://travis-ci.org/stripe/stripe-ruby)
|
||||
[](https://coveralls.io/github/stripe/stripe-ruby?branch=master)
|
||||
|
||||
The Stripe Ruby library provides convenient access to the Stripe API from
|
||||
applications written in the Ruby language. It includes a pre-defined set of
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
require "coveralls"
|
||||
Coveralls.wear!("test_frameworks")
|
||||
|
||||
require "stripe"
|
||||
require "test/unit"
|
||||
require "mocha/setup"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user