Sha256: ccb56dcf76ed35129e0f491707f1f0c41f991cd343936627e997ea90e1d4b65c

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

require 'metric_fu'
require 'rubygems'
require 'spec/rake/spectask'

Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_files = Dir.glob( File.dirname(__FILE__) + '/spec/**/*_spec.rb' )
  t.spec_opts << '--format specdoc'
  t.rcov = true
end

task :default => :spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
optionsful-0.1.8 Rakefile
optionsful-0.1.7 Rakefile
optionsful-0.1.6 Rakefile