Sha256: 512102332378e3cc1b0da351bc800a8a5a45d50a71c2e0eb4b407eda88806fba

Contents?: true

Size: 206 Bytes

Versions: 17

Compression:

Stored size: 206 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require "rake/testtask"

Rake::TestTask.new(:spec) do |test|
  test.libs << "lib" << "spec"
  test.pattern = "spec/**/*_spec.rb"
end

task :default => :spec

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
option-1.2.1 Rakefile
camertron-option-1.0.0 Rakefile
option-1.2.0 Rakefile
option-1.1.0 Rakefile
option-1.0.1 Rakefile
option-1.0.0 Rakefile
option-0.6.0 Rakefile
option-0.5.0 Rakefile
option-0.4.0 Rakefile
option-0.3.1 Rakefile
option-0.3.0 Rakefile
option-0.2.0 Rakefile
option-0.1.1 Rakefile
option-0.1.0 Rakefile
option-0.0.4 Rakefile
option-0.0.3 Rakefile
option-0.0.2 Rakefile