spec/helpers.rb in bigbench-0.0.2 vs spec/helpers.rb in bigbench-0.0.3
- old
+ new
@@ -11,7 +11,8 @@
RSpec.configure do |config|
config.include Helpers
config.before(:each) {
BigBench::Configuration.reset!
BigBench::Benchmark.reset!
+ BigBench::PostProcessor.reset!
}
end
\ No newline at end of file