Skip to content

Commit

Permalink
Use its own directory for Pathname#glob specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 26, 2020
1 parent 5f577c6 commit 8763a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/pathname/glob_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe 'Pathname#glob' do
before :all do
@dir = tmp ''
@dir = tmp 'pathname_glob'
@file_1 = @dir + 'lib/ipaddr.rb'
@file_2 = @dir + 'lib/irb.rb'
@file_3 = @dir + 'lib/.hidden.rb'
Expand Down

0 comments on commit 8763a5e

Please sign in to comment.