Sha256: 0195fae3a946487b60a64cb3b56bdd3091bff723eb97dcd7a863609d7c840fd2
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
require 'mysql2_query_filter/plugin/log' require 'stringio' RSpec.configure do |config| config.before(:all) do Mysql2QueryFilter.enable! end config.before(:each) do Mysql2QueryFilter.clear! end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mysql2_query_filter-plugin-log-0.1.1 | spec/spec_helper.rb |
mysql2_query_filter-plugin-log-0.1.0 | spec/spec_helper.rb |