We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fea0bc6 + 72c1d87 commit 258ed43Copy full SHA for 258ed43
spec/generator_spec/matcher_spec.rb
@@ -1,7 +1,7 @@
1
require 'spec_helper'
2
require 'tmpdir'
3
4
-TMP_ROOT = Pathname.new(Dir.tmpdir).join('generator')
+TMP_ROOT = Pathname.new(Dir.mktmpdir('generator_spec'))
5
6
describe TestGenerator, 'using custom matcher' do
7
include GeneratorSpec::TestCase
0 commit comments