Skip to content

Commit

Permalink
Merge 8bed0a8 into f23b4f9
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Sep 5, 2019
2 parents f23b4f9 + 8bed0a8 commit 6a85795
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -6,3 +6,5 @@ gemspec
gem 'byebug'
gem 'coveralls_reborn', '~> 0.11'
gem 'wwtd'
gem 'spreedly_openapi', git: 'https://github.com/notEthan/spreedly_openapi.git'
gem 'scorpio'
6 changes: 6 additions & 0 deletions test/spreedly_openapi_test.rb
@@ -0,0 +1,6 @@
require 'spreedly_openapi'
describe 'spreedly openapi' do
it 'instantiates the spreedly openapi doc' do
SpreedlyOpenAPI::Document.inspect
end
end

0 comments on commit 6a85795

Please sign in to comment.