1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

adjust require lines for test helper, so it also works properly on 1.9.2

This commit is contained in:
Konstantin Haase 2011-05-11 09:44:02 +02:00
parent 5a899b2df3
commit e001d62669
34 changed files with 34 additions and 34 deletions

View file

@ -1,5 +1,5 @@
# Tests to check if all the README examples work.
require File.dirname(__FILE__) + '/helper'
require File.expand_path('../helper', __FILE__)
class ReadmeTest < Test::Unit::TestCase
example do