Skip to content

Commit f78b180

Browse files
committed
trivial: use require_relative
1 parent 9cf5f47 commit f78b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/db/mysql/rails_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- encoding : utf-8 -*-
22

3-
require File.expand_path('test_helper', File.dirname(__FILE__))
3+
require_relative 'test_helper'
44

55
class MySQLRailsTest < Test::Unit::TestCase
66

0 commit comments

Comments
 (0)