summaryrefslogtreecommitdiff
path: root/Property/Reboot.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 15:53:35 -0400
committerJoey Hess2014-03-30 15:53:35 -0400
commita2a3d3f3a252e64d80421b5a14ef572a7bdf9e4a (patch)
tree98ba2b94f011824e591bee66b3f113c52061f48a /Property/Reboot.hs
parent90efcd3203d64c2c5691e30ccc23307aae8d20c8 (diff)
better descriptions for properties
Diffstat (limited to 'Property/Reboot.hs')
-rw-r--r--Property/Reboot.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Property/Reboot.hs b/Property/Reboot.hs
index 79aa6010..9b06f07c 100644
--- a/Property/Reboot.hs
+++ b/Property/Reboot.hs
@@ -4,3 +4,4 @@ import Common
now :: Property
now = cmdProperty "reboot" []
+ `describe` "reboot now"