Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #235 from github/update-test-runner
Browse files Browse the repository at this point in the history
Update the test runner to work with newer rubies
  • Loading branch information
mattr- committed Sep 12, 2017
2 parents e112d2b + fd4fe2a commit 49f792c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/test
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
testrb ./test/*_test.rb
#!/usr/bin/env ruby
require 'test/unit'
exit Test::Unit::AutoRunner.run(true, nil, Dir.glob("test/*_test.rb"))

0 comments on commit 49f792c

Please sign in to comment.