We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9945e63 commit a8bdaa0Copy full SHA for a8bdaa0
kubeconfig/test/Spec.hs
@@ -14,7 +14,7 @@ main = do
14
config :: Config <- fromJust <$> decodeFile "test/testdata/kubeconfig.yaml"
15
hspec $ do
16
describe "FromJSON and ToJSON instances" $ do
17
- it "roundtrip successfully" $ do
+ it "roundtrips successfully" $ do
18
decode (encode (toJSON config)) `shouldBe` Just config
19
describe "getContext" $ do
20
it "returns the correct context" $ do
0 commit comments