File: version.feature

package info (click to toggle)
ruby-guard 2.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,344 kB
  • sloc: ruby: 9,256; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Feature: Guard "version" command

  In order to know if the Guard is up to date
  As a user
  I want to get the Guard version

  @in-process
  Scenario: Show Guard's version
    When I run `guard version`
    Then the output should match /^Guard version \d+.\d+.\d+$/