mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-10 00:03:09 -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
|
Gemfile.lock
|
||||||
tags
|
tags
|
||||||
/.bundle/
|
/.bundle/
|
||||||
|
coverage/
|
||||||
|
|||||||
1
Gemfile
1
Gemfile
@ -3,6 +3,7 @@ source "https://rubygems.org"
|
|||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
gem "coveralls", require: false
|
||||||
gem "mocha", "~> 0.13.2"
|
gem "mocha", "~> 0.13.2"
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "shoulda-context"
|
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
|
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
|
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 "stripe"
|
||||||
require "test/unit"
|
require "test/unit"
|
||||||
require "mocha/setup"
|
require "mocha/setup"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user