File: Rakefile

package info (click to toggle)
vagrant-hostmanager 1.8.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 212 kB
  • sloc: ruby: 489; sh: 13; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
require 'bundler/gem_helper'

# Change to the directory of this file.
Dir.chdir(File.expand_path("../", __FILE__))

namespace :gem do
  Bundler::GemHelper.install_tasks
end

task :test do
  sh 'bash test/test.sh'
end