Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / bundle / jruby / 1.9 / gems / blankslate-2.1.2.4 / Rakefile


require 'bundler'
Bundler::GemHelper.install_tasks

task :default => :spec

require 'rake/testtask'
Rake::TestTask.new(:spec) do |test|
  test.libs << '.'
  test.ruby_opts = ['-rubygems']
  test.pattern = 'spec/*_spec.rb'
  test.verbose = true
end