test/test_helper.rb in fixture_builder-0.5.2.rc3 vs test/test_helper.rb in fixture_builder-0.5.2
- old
+ new
@@ -59,5 +59,13 @@
begin
FileUtils.rm(File.expand_path("../../tmp/fixture_builder.yml", __FILE__))
rescue
end
end
+
+def force_fixture_generation_due_to_differing_file_hashes
+ begin
+ path = File.expand_path("../../tmp/fixture_builder.yml", __FILE__)
+ File.write(path, "blah blah blah")
+ rescue
+ end
+end