Sha256: d06e5a821f3b021aa4b4a6f8fce17331c36dc33eeba76cce1c22e32e49baee5c

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

Feature: Producing different summaries of a genomes scaffold
  In order to have an overview of a genome scaffold
  A user can use the "summary" plugin
  to generate different tabular output of the scaffold

  @disable-bundler
  Scenario: Getting the man page for the scaffold summary plugin
    Given I create a new genomer project
     When I run `genomer man summary`
     Then the exit status should be 0
      And the output should contain a valid man page
      And the output should contain "GENOMER-SUMMARY(1)"
      And the output should contain "gaps"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
genomer-plugin-summary-0.0.5 features/core.feature