summaryrefslogtreecommitdiff
path: root/ruby/test_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/test_case.rb')
-rw-r--r--ruby/test_case.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby/test_case.rb b/ruby/test_case.rb
index 1e2d474..1a06b10 100644
--- a/ruby/test_case.rb
+++ b/ruby/test_case.rb
@@ -1,5 +1,6 @@
-require 'test/unit'
+#!/usr/bin/env ruby
require 'msgpack'
+require 'test/unit'
class MessagePackTestFormat < Test::Unit::TestCase
def self.it(name, &block)