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