aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/context/ContextCodecSpec.scala
blob: 11be85a7bfa4e374758e5b0e9b529d0f600952fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package kamon.context

import kamon.Kamon
import org.scalatest.{Matchers, WordSpec}

class ContextCodecSpec extends WordSpec with Matchers {
  "the Context Codec" when {
    "encoding/decoding to HttpHeaders" should {
      "encode stuff" in {



      }
    }
  }

  val ContextCodec = new Codec(Kamon.identityProvider, Kamon.config())
}