Sha256: f652f50019f8ebd7a9276141b15cd5cde609940e16ccf142321e99ea9f7fbdb9

Contents?: true

Size: 326 Bytes

Versions: 25

Compression:

Stored size: 326 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rcov = true
end

task :default => :spec

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
zunnit-0.4.3 Rakefile
zunnit-0.4.2 Rakefile
zunnit-0.4.1 Rakefile
zunnit-0.4.0 Rakefile
zunnit-0.3.9 Rakefile
zunnit-0.3.8 Rakefile
zunnit-0.3.7 Rakefile
zunnit-0.3.6 Rakefile
zunnit-0.3.5 Rakefile
zunnit-0.3.4 Rakefile
zunnit-0.3.3 Rakefile
zunnit-0.3.2 Rakefile
zunnit-0.3.1 Rakefile
zunnit-0.2.0 Rakefile
zunnit-0.1.1 Rakefile
zunnit-0.1.0 Rakefile
zunnit-0.0.4 Rakefile
zunnit-0.0.3 Rakefile
zunnit-0.0.2 Rakefile
oa-codeschool-0.0.5 Rakefile