Sha256: 86b18c1e65955447aede85925d7c5bdb187cb2414aeacb7e6465213209ff95f0

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

Feature: The #mirror_rake_tasks DSL method with an undefined task or namespace

  In order to include Rake tasks with descriptions in my Capistrano recipes,
  As a developer using Cape,
  I want to use the Cape DSL.

  Scenario: do not mirror any Rake tasks
    Given a full-featured Rakefile
    And a Capfile with:
      """
      Cape do
        mirror_rake_tasks 'period'
      end
      """
    When I run `cap -vT`
    Then the output should not contain "period"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cape-1.7.0 features/dsl/mirror_rake_tasks/with_undefined_task_or_namespace.feature