Sha256: a1559b8d1feee105881ffb59c5dd4991a0daa2d7cd540b2d1377e1733c27f6a3

Contents?: true

Size: 370 Bytes

Versions: 15

Compression:

Stored size: 370 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup :default, :test, :development

Bundler::GemHelper.install_tasks

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

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

task :spec
task :default => :spec

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
grape-appsignal-0.4.1 Rakefile
grape-appsignal-0.4.0 Rakefile
grape-appsignal-0.3.1 Rakefile
grape-appsignal-0.2.2 Rakefile
grape-appsignal-0.2.1 Rakefile
grape-appsignal-0.2.0 Rakefile
grape-appsignal-0.1.2 Rakefile
grape-appsignal-0.1.1 Rakefile
grape-appsignal-0.1.0 Rakefile
grape-appsignal-0.0.5 Rakefile
grape-appsignal-0.0.4 Rakefile
grape-appsignal-0.0.3 Rakefile
grape-appsignal-0.0.2 Rakefile
core-data-parser-0.1.2 Rakefile
core-data-parser-0.1.1 Rakefile