Commit 20e353f5 authored by Igor's avatar Igor
Browse files

rufo

parent 323d23da
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ module Labkit
          end

          def span_name(payload)
            raise 'span_name not implemented'
            raise "span_name not implemented"
          end

          def tags(payload)
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

require "gitlab-labkit"
require "rspec-parameterized"
require 'securerandom'
require "securerandom"

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
+6 −6

File changed.

Contains only whitespace changes.