spec/spec_helper.rb in bolognese-0.9.55 vs spec/spec_helper.rb in bolognese-0.9.56
- old
+ new
@@ -23,9 +23,13 @@
end
config.before do
ARGV.replace []
end
+
+ config.before(:suite) do
+ ::NameDetector = GenderDetector.new
+ end
end
def fixture_path
File.expand_path("../fixtures", __FILE__) + '/'
end