diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:08:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:08:14 +0000 |
commit | 22a9bfa139c7644d3169642cc67f05fb39183885 (patch) | |
tree | 57e2b155fb8c1bacae721e7749b6946a110c7b1f /t/test-custodian-parser.rb | |
parent | 6615f7100958624b428f179d0a2ddc4b098e5c3b (diff) |
Don't marry our code to ruby1.8
Diffstat (limited to 't/test-custodian-parser.rb')
-rwxr-xr-x | t/test-custodian-parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb index 400193c..841721d 100755 --- a/t/test-custodian-parser.rb +++ b/t/test-custodian-parser.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 -I./lib/ -I../lib/ +#!/usr/bin/ruby -I./lib/ -I../lib/ require 'test/unit' |