Sha256: 4bd8a3717c0435af88435dce5af447df54a425da2be761f7170585c980e750c8
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true if RSpeed::Env.rspeed require 'rspec' RSpec.configure do |config| config.before(:suite) { RSpeed::Observer.before_suite } config.before { |example| RSpeed::Observer.before(example) } config.after { |example| RSpeed::Observer.after(example) } config.after(:suite) { RSpeed::Observer.after_suite } end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rspeed-0.7.0 | lib/rspeed/extension.rb |
rspeed-0.6.0 | lib/rspeed/extension.rb |
rspeed-0.5.2 | lib/rspeed/extension.rb |
rspeed-0.5.1 | lib/rspeed/extension.rb |
rspeed-0.5.0 | lib/rspeed/extension.rb |