Skip to content

Commit

Permalink
bundle minitest-reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Apr 15, 2019
1 parent 6d681de commit 47f025b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ruby-signature.gemspec
Expand Up @@ -38,4 +38,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "racc", "~> 1.4.15"
spec.add_development_dependency "minitest-reporters", "~> 1.3.6"
end
3 changes: 3 additions & 0 deletions test/test_helper.rb
@@ -1,6 +1,9 @@
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "ruby/signature"
require "tmpdir"
require 'minitest/reporters'

MiniTest::Reporters.use!

module TestHelper
def parse_type(string, variables: Set.new)
Expand Down

0 comments on commit 47f025b

Please sign in to comment.