Sha256: e099160bf0f4a0543cdc5d6a30d7c727281e3618a16bf1d7ff497d780efcedd3

Contents?: true

Size: 276 Bytes

Versions: 73

Compression:

Stored size: 276 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

desc 'Default: run specs.'
task :default => :spec

desc "Generate code coverage"
RSpec::Core::RakeTask.new(:coverage) do |t|
  t.rcov = true
  t.rcov_opts = ['--exclude', 'spec']
end

Version data entries

73 entries across 73 versions & 4 rubygems

Version Path
apipie-rails-0.0.14 Rakefile
apipie-rails-0.0.13 Rakefile
apipie-rails-0.0.12 Rakefile
apipie-rails-0.0.11 Rakefile
apipie-rails-0.0.10 Rakefile
apipie-rails-0.0.9 Rakefile
apipie-rails-0.0.8 Rakefile
apipie-rails-0.0.7 Rakefile
restapi-0.0.5 Rakefile
restapi-0.0.4 Rakefile
restapi-0.0.3 Rakefile
restapi-0.0.2 Rakefile
restapi-0.0.1 Rakefile