Sha256: 91b91cda8259426f64be0d0ef8125dcffe9e709f38464a8369dbb515016b9030

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

require 'spec/rake/spectask'
require 'rcov'

task :default => :spec

desc "Run all specs"
Spec::Rake::SpecTask.new(:spec) do |t|
  t.spec_opts = ['--options', 'spec/spec.opts']
  t.spec_files = FileList['spec/**/*_spec.rb']
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
maccman-bowline-0.3.3 lib/bowline/dependencies/Rakefile
maccman-bowline-0.3.5 lib/bowline/dependencies/Rakefile
maccman-bowline-0.3.6 lib/bowline/dependencies/Rakefile
maccman-bowline-0.3.7 lib/bowline/dependencies/Rakefile
maccman-bowline-0.3.9 lib/bowline/dependencies/Rakefile
maccman-bowline-0.4.0 lib/bowline/dependencies/Rakefile
maccman-bowline-0.4.1 lib/bowline/dependencies/Rakefile
bowline-0.3.9 lib/bowline/dependencies/Rakefile