diff --git a/servant-ruby.cabal b/servant-ruby.cabal
--- a/servant-ruby.cabal
+++ b/servant-ruby.cabal
@@ -1,5 +1,5 @@
 name:                servant-ruby
-version:             0.8.0.1
+version:             0.8.0.2
 synopsis:            Generate a Ruby client from a Servant API with Net::HTTP.
 description:         Generate a Ruby client from a Servant API with Net::HTTP.
 homepage:            https://github.com/joneshf/servant-ruby#readme
diff --git a/src/Servant/Ruby.hs b/src/Servant/Ruby.hs
--- a/src/Servant/Ruby.hs
+++ b/src/Servant/Ruby.hs
@@ -324,9 +324,6 @@
   key = qarg ^. queryArgName.argName._PathSegment
   val = snake key
 
-{-|
-prop> \str -> snake (snake $ T.pack str) == snake (T.pack str)
--}
 snake :: Text -> Text
 snake = T.pack . quietSnake . T.unpack
 
