Sha256: 0afb722e207b688beb8bd008595fb0a17cf8fbd38d8a3221717d4f00d6fb06bf
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nagiosplugin-1.3.0 | Rakefile |
nagiosplugin-1.2.0 | Rakefile |
nagiosplugin-1.1.2 | Rakefile |
nagiosplugin-1.1.1 | Rakefile |
nagiosplugin-1.1.0 | Rakefile |