spec/builder/rotating_spec.rb in massive_sitemap-2.0.0.rc6 vs spec/builder/rotating_spec.rb in massive_sitemap-2.0.0.rc7
- old
+ new
@@ -58,8 +58,12 @@
end
end
end.to_not change { File.exists?(filename) }.from(true)
end.to change { File.exists?(filename2) }.to(true)
end
+
+ it 'reset @url when file ealier closed ' do
+ # todo
+ end
end
end