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:
parent
5a899b2df3
commit
e001d62669
34 changed files with 34 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue