test/tasks/test_clean.rb in nanoc-3.7.4 vs test/tasks/test_clean.rb in nanoc-3.7.5
- old
+ new
@@ -1,9 +1,8 @@
# encoding: utf-8
class Nanoc::Tasks::CleanTest < Nanoc::TestCase
-
def test_simple
if_have 'w3c_validators' do
# Stub items
items = [mock, mock]
reps = [[mock, mock], [mock, mock]]
@@ -59,7 +58,6 @@
# Run
clean.run
end
end
-
end