Sha256: 9e47005fbfcf69fc3a5fdc09b164d443c345df4a4cabc2dcb180726dadc48a81

Contents?: true

Size: 176 Bytes

Versions: 19

Compression:

Stored size: 176 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.test_files = Dir["test/**/test_*.rb"]
end

task :default => :test

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
octoparts-0.1.3 Rakefile
octoparts-0.1.1 Rakefile
octoparts-0.1.0 Rakefile
chrono_logger-1.1.2 Rakefile
octoparts-0.0.9 Rakefile
chrono_logger-1.1.1 Rakefile
chrono_logger-1.1.0 Rakefile
chrono_logger-1.0.0 Rakefile
chrono_logger-0.0.5 Rakefile
octoparts-0.0.8 Rakefile
chrono_logger-0.0.4 Rakefile
chrono_logger-0.0.3 Rakefile
chrono_logger-0.0.2 Rakefile
octoparts-0.0.7 Rakefile
octoparts-0.0.6 Rakefile
octoparts-0.0.5 Rakefile
octoparts-0.0.4 Rakefile
octoparts-0.0.3 Rakefile
octoparts-0.0.2 Rakefile