Sha256: d752b0c5f9d00532693cc1ca5d1441b6414926bae4efca78a71093603e16fc5d

Contents?: true

Size: 470 Bytes

Versions: 10

Compression:

Stored size: 470 Bytes

Contents

Feature: Rake Task
  As a source code writer I want to be able to
  run PDD from Rakefile
  Scenario: PDD can be used in Rakefile
    Given It is Unix
    And I have a "Rakefile" file with content:
    """
    require 'pdd/rake_task'
    PDD::RakeTask.new(:pdd) do |task|
      task.includes = ['a.txt']
    end
    """
    And I have a "a.txt" file with content:
    """
    \x40todo #55 hello!
    """

    When I run bash with "rake pdd"
    Then Exit code is zero


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pdd-0.24.0 features/rake.feature
pdd-0.23.2 features/rake.feature
pdd-0.23.1 features/rake.feature
pdd-0.23.0 features/rake.feature
pdd-0.22.0 features/rake.feature
pdd-0.21.3 features/rake.feature
pdd-0.21.2 features/rake.feature
pdd-0.21.1 features/rake.feature
pdd-0.21.0 features/rake.feature
pdd-0.20.8 features/rake.feature