Sha256: 8502068ef4d282bbcafa9665970ec103d5c7e531b2ef0285bc1c31f01cf87852
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
desc 'open irb in gs context' task :console do sh 'gs irb' end task :default do sh 'rake -T' end desc 'installs gems' task :install do sh 'mkdir -p .gs & gs bundle install --system' end desc 'tests the given [test].rb' task :test, :name do |t, args| name = args[:name] || '*' sh "gs cutest -r ./test/#{name}.rb" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polizia-1.0.0 | Rakefile |