spec/spec_helper.rb in usps_flags-0.3.13 vs spec/spec_helper.rb in usps_flags-0.3.14

- old
+ new

@@ -13,9 +13,10 @@ $tmp_flags_dir = "tmp/flags" $tmp_alt_flags_dir = "tmp/alt_flags" USPSFlags.configure do |c| c.flags_dir = $tmp_flags_dir + c.clear = true end end config.after(:suite) do ::FileUtils.rm_rf("tmp") if ::Dir.exist?("tmp")