Sha256: 0372cf03852906ed7e0862513aac7f27fa963133ffe86a8a13e6670e04721bcf
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'rspec/core/rake_task' # Change to the directory of this file. Dir.chdir(File.expand_path("../", __FILE__)) # For gem creation and bundling require "bundler/gem_tasks" # Install the `spec` task so that we can run tests. RSpec::Core::RakeTask.new # Default task is to run the unit tests task :default => "build"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-windows-1.0.3 | Rakefile |
vagrant-windows-1.0.1 | Rakefile |