diff --git a/test/test_tags.rb b/test/test_tags.rb index bc4b48cd..bdfae6ea 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -319,7 +319,7 @@ CONTENT context "with symlink'd include" do should "not allow symlink includes" do - File.open("/tmp/pages-test", 'w') { |file| file.write("SYMLINK TEST") } + File.open("tmp/pages-test", 'w') { |file| file.write("SYMLINK TEST") } assert_raise IOError do content = <