Sha256: 5e66e191b356df3f1947465611d01ab1844c11fa86d435fb584798704888c65a

Contents?: true

Size: 225 Bytes

Versions: 12

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

require "deprecation_toolkit/rspec_plugin"

RSpec.configure do |config|
  config.after do |example|
    DeprecationToolkit::TestTriggerer.trigger_deprecation_toolkit_behavior(example)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
deprecation_toolkit-2.2.2 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.2.1 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.2.0 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.1.0 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.0.4 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.0.3 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.0.2 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.0.1 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-2.0.0 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-1.5.1 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-1.5.0 lib/deprecation_toolkit/rspec.rb
deprecation_toolkit-1.4.0 lib/deprecation_toolkit/rspec.rb