test/extra/test_file_proxy.rb in nanoc-3.6.1 vs test/extra/test_file_proxy.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::Extra::FileProxyTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::Extra::FileProxyTest < Nanoc::TestCase def test_create_many if_implemented do # Create test file File.open('test.txt', 'w') { |io| }