spec/spec_helper.rb in groovy-0.3.0 vs spec/spec_helper.rb in groovy-0.4.0
- old
+ new
@@ -2,9 +2,12 @@
Bundler.require(:default, :test)
require 'rspec/core'
require './lib/groovy'
+# Groonga::Logger.path = "/tmp/groonga.log"
+# Groonga::Logger.max_level = :debug
+
RSpec.configure do |config|
config.before(:each) do
# Groonga::Context.default = nil
end
config.after(:suite) do
\ No newline at end of file