mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use require_relative
* spec/ruby/core/file/ftype_spec.rb: use require_relative which resolves symbolic links consistently to git rid of constant re-definition warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
40e9437267
commit
16c0e1711c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
require "#{File.dirname(__FILE__)}/../../spec_helper"
|
||||
require "#{File.dirname(__FILE__)}/fixtures/file_types"
|
||||
require_relative '../../spec_helper'
|
||||
require_relative 'fixtures/file_types'
|
||||
|
||||
describe "File.ftype" do
|
||||
before :all do
|
||||
|
|
Loading…
Add table
Reference in a new issue