mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use requrie_relative
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
16c0e1711c
commit
36b6f5cc12
2 changed files with 4 additions and 4 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::Stat#ftype" do
|
||||
before :all do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue