Sha256: 928184d57ccf74598239a9eff82a33c37bffb6d699c7d35f38dc426a5d5f190f
Contents?: true
Size: 254 Bytes
Versions: 10
Compression:
Stored size: 254 Bytes
Contents
desc 'Create a temporary picolena structure and launch specs from it' task :spec => :clean do require 'pathname' picolena_bin=Pathname(File.join(File.dirname(__FILE__),'../bin/picolena')).realpath.to_s system("ruby #{picolena_bin} --spec-only") end
Version data entries
10 entries across 10 versions & 1 rubygems