Sha256: 242679a47aa9996c200e6f73ab1085ff6e9d41b23969f8f1ea129f2562baf78c

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

# frozen_string_literal: true

desc 'run dogtail integration tests'
task :dogtail do
  `RUBYOPT='-rbundler/setup -Ilib' python dogtail/*.py`
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.3 tasks/dogtail.rake
alexandria-book-collection-manager-0.7.2 tasks/dogtail.rake