Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit aa454cf

Browse files
committed
Added Coveralls Gem
1 parent 77fdb09 commit aa454cf

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in buff.gemspec
4+
gem 'coveralls', require: false
45
gemspec

lib/buff.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def dump
4242
UnauthorizeRequest = Class.new(StandardError)
4343

4444
class Client
45-
include HTTParty
4645
include Core
4746
include User
4847
include Profile

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
require 'webmock/rspec'
44
require 'json'
55

6+
require 'coveralls'
7+
Coveralls.wear!
8+
69
def fixture_path
710
File.expand_path(File.join("..", "fixtures"), __FILE__)
811
end

0 commit comments

Comments
 (0)