aboutsummaryrefslogtreecommitdiff
path: root/kamon-core-tests/src/test/scala/kamon/context/ContextCodecSpec.scala
blob: 242c334598a01d8eb8b3cc8c4d4720f30948323e (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.config())
}