spec/spec_helper.rb in figleaf-0.2.9 vs spec/spec_helper.rb in figleaf-0.3.0

- old
+ new

@@ -17,7 +17,7 @@ # the seed, which is printed after each run. # --seed 1234 config.order = "random" end -ENV['FIGLEAF_TEST_FOO'] ||= 'foo' +ENV["FIGLEAF_TEST_FOO"] ||= "foo" # ENV['FIGLEAF_TEST_BAR'] intentionally left blank