Skip to content

Commit

Permalink
add ostruct
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Sep 28, 2024
1 parent 3ffaa4b commit 7560bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lolcommits-lolsrv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler"
spec.add_development_dependency "webmock"
spec.add_development_dependency "rake"
spec.add_development_dependency "ostruct"
spec.add_development_dependency "minitest"
end
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# plugin gem test libs
require 'lolcommits/lolsrv'
require 'minitest/autorun'
require 'ostruct'

# swallow all debug output during test runs
def debug(msg); end

0 comments on commit 7560bc8

Please sign in to comment.