Commit ab329ee0 authored by Igor's avatar Igor
Browse files

rename specs based on no longer existing methods

parent 2bba454e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ describe Labkit::Tracing::Rails::ActiveSupportSubscriber do
    end
  end

  describe "#notify_cache_read" do
  describe Labkit::Tracing::Rails::ActiveSupportSubscriber::CacheReadInstrumenter do
    subject { described_class.new }

    let(:id) { SecureRandom.hex }
@@ -70,7 +70,7 @@ describe Labkit::Tracing::Rails::ActiveSupportSubscriber do
    end
  end

  describe "#notify_*" do
  describe "other instrumenters" do
    subject { described_class.new }

    let(:id) { SecureRandom.hex }