Sha256: be7898ec6bf74a01907db5bbeebf89274fcd868f28d0af66fb72449f4be6c1c3
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 Bytes
Contents
# encoding: utf-8 require 'bundler' Bundler::GemHelper.install_tasks $LOAD_PATH.unshift 'lib' task :default => :test desc "Run tests" task :test do Dir['test/*_test.rb'].each do |f| require File.expand_path(f) end end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
nanoc-deploy-0.0.5 | Rakefile |
nanoc-deploy-0.0.4 | Rakefile |
nanoc-deploy-0.0.3 | Rakefile |
nanoc-deploy-0.0.2 | Rakefile |
nanoc_deploy-0.0.1 | Rakefile |