Sha256: feb54709806659940dfa38b78f1fa17509f8d116d241cb97a1a8a61ccbc839f4

Contents?: true

Size: 285 Bytes

Versions: 44

Compression:

Stored size: 285 Bytes

Contents

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

RSpec::Core::RakeTask.new(:rcov) do |t|
  t.rcov = true
  t.rcov_opts = %w{--exclude osx\/objc,gems\/,spec\/}
end

task :default  => :spec
task :spec     => :compile

RSpec::Core::RakeTask.new(:test) # for rubygems-test

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
RedCloth-4.3.4 tasks/rspec.rake
RedCloth-4.3.3 tasks/rspec.rake
gv-RedCloth-4.3.2 tasks/rspec.rake
RedCloth-4.3.2 tasks/rspec.rake
RedCloth-4.3.1 tasks/rspec.rake
RedCloth-4.3.0 tasks/rspec.rake
parity-RedCloth-4.2.13 tasks/rspec.rake
parity-RedCloth-4.2.12 tasks/rspec.rake
parity-RedCloth-4.2.11 tasks/rspec.rake
parity-RedCloth-4.2.10 tasks/rspec.rake
parity-RedCloth-4.2.9 tasks/rspec.rake
YSRedCloth-4.2.18 tasks/rspec.rake
assplecake-RedCloth-4.2.10 tasks/rspec.rake
YSRedCloth-4.2.17 tasks/rspec.rake
YSRedCloth-4.2.16 tasks/rspec.rake
gv-RedCloth-4.2.9 tasks/rspec.rake
YSRedCloth-4.2.15 tasks/rspec.rake
YSRedCloth-4.2.14 tasks/rspec.rake
YSRedCloth-4.2.13 tasks/rspec.rake
YSRedCloth-4.2.12 tasks/rspec.rake