Sha256: 204ae63dc90abc38eb93d81869c5a3c0998dcb69867fb0f72057175257ee7598

Contents?: true

Size: 178 Bytes

Versions: 5

Compression:

Stored size: 178 Bytes

Contents

~~~ruby
def clean_output
  root=$root_fixture_path+'/output'
  root=Pathname root
  if root.exist?
    root.rmtree
    root.mkpath
  else
    root.mkpath
  end
end
~~~

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blogdown-0.1.2 spec/fixtures/posts/hello.md
blogdown-0.1.1 spec/fixtures/posts/hello.md
blogdown-0.1.0 spec/fixtures/posts/hello.md
blogdown-0.0.2 spec/fixtures/posts/hello.md
blogdown-0.0.1 spec/fixtures/posts/hello.md