Sha256: e33056ff4212e3fde5331cedd8c26a098fc4a6c53a43b4ba25852b80e506ce68

Contents?: true

Size: 309 Bytes

Versions: 7

Compression:

Stored size: 309 Bytes

Contents

require 'bundler/gem_tasks'

require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|
    t.cucumber_opts = '--format pretty'
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
    t.rspec_opts = %w[--color]
      t.pattern = './spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
nagiosplugin-3.0.2 Rakefile
nagiosplugin-3.0.1 Rakefile
nagiosplugin-3.0.0 Rakefile
nagiosplugin-2.2.0 Rakefile
nagiosplugin-2.1.1 Rakefile
nagiosplugin-2.1.0 Rakefile
nagiosplugin-2.0.0 Rakefile