Sha256: da1dbb2f40bfc145feaa647c684e9d857a09e66a1448dffcd057590a281a2aea

Contents?: true

Size: 345 Bytes

Versions: 20

Compression:

Stored size: 345 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

namespace :cover_me do
  desc "Generates and opens code coverage report."
  task :report do
    require 'cover_me'
    CoverMe.complete!
  end
end

task :spec do
  Rake::Task['cover_me:report'].invoke
end

task :default => :spec

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
fb_graph-mock-1.0.1 Rakefile
fb_graph-mock-1.0.0 Rakefile
fb_graph-mock-0.1.9 Rakefile
fb_graph-mock-0.1.8 Rakefile
fb_graph-mock-0.1.7 Rakefile
fb_graph-mock-0.1.6 Rakefile
fb_graph-mock-0.1.5 Rakefile
fb_graph-mock-0.1.4 Rakefile
fb_graph-mock-0.1.3 Rakefile
fb_graph-mock-0.1.2 Rakefile
itunes-receipt-0.1.4 Rakefile
fb_graph-mock-0.1.1 Rakefile
fb_graph-mock-0.1.0 Rakefile
fb_graph-mock-0.0.3 Rakefile
fb_graph-mock-0.0.2 Rakefile
fb_graph-mock-0.0.1 Rakefile
fb_graph-mock-0.0.0 Rakefile
itunes-receipt-0.1.3 Rakefile
itunes-receipt-0.1.2 Rakefile
itunes-receipt-0.1.1 Rakefile