Skip to content

Commit

Permalink
use the gemspec, silly goose
Browse files Browse the repository at this point in the history
  • Loading branch information
WattsInABox committed Sep 15, 2016
1 parent 390ad9f commit dc143ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'http://rubygems.org'

gem 'ruby_http_client'
gemspec
1 change: 1 addition & 0 deletions sendgrid-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'ruby_http_client', '~> 3.0.0'
spec.add_development_dependency 'rake', '~> 0'
spec.add_development_dependency 'minitest'
end
3 changes: 2 additions & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require_relative '../../lib/sendgrid-ruby.rb'
require 'ruby_http_client'
require 'minitest/autorun'
require 'minitest/unit'

class TestAPI < Minitest::Test
class TestAPI < MiniTest::Test
def setup
if ENV['TRAVIS']
host = ENV['MOCK_HOST']
Expand Down

0 comments on commit dc143ac

Please sign in to comment.