Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ruby-inline (3.12.2-1) UNRELEASED; urgency=low
 .
   * New upstream release
   * Run the tests as part of the build process; add build-dependency on
     ruby-zentest
Author: Gunnar Wolf <gwolf@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

Index: ruby-inline/test/test_inline.rb
===================================================================
--- ruby-inline.orig/test/test_inline.rb	2014-01-15 18:01:00.136727299 +0100
+++ ruby-inline/test/test_inline.rb	2014-01-15 18:01:00.192727046 +0100
@@ -14,7 +14,7 @@ File.umask(0)
 
 require 'pathname'
 
-$inline_path      = './lib/inline.rb'
+$inline_path      = './debian/ruby-inline/usr/lib/ruby/vendor_ruby/inline.rb'
 $test_inline_path = './test/test_inline.rb'
 
 class InlineTestCase < MiniTest::Unit::TestCase
