Sha256: 2d2f29af6fd2c058125a2f4ce5da57d98d334316cc48d9b43fed267c6ab792fe

Contents?: true

Size: 360 Bytes

Versions: 15

Compression:

Stored size: 360 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

begin
  require 'rspec/core/rake_task'

  task :default => :spec

  desc "Run all specs in spec directory"
  RSpec::Core::RakeTask.new(:spec) do |t|
    t.pattern = 'spec/**/*_spec.rb'
  end

rescue LoadError
  STDERR.puts "\n*** RSpec not available. (sudo) gem install rspec to run unit tests. ***\n\n"
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
knife-windows-0.8.6.rc.0 Rakefile
knife-windows-0.8.2 Rakefile
knife-windows-0.8.2.rc.0 Rakefile
knife-windows-0.8.0 Rakefile
knife-windows-0.8.0.rc.2 Rakefile
knife-windows-0.8.0.rc.1 Rakefile
knife-windows-0.8.0.rc.0 Rakefile
knife-windows-0.6.0 Rakefile
knife-windows-0.5.14 Rakefile
knife-windows-0.5.14.rc.1 Rakefile
knife-windows-0.5.14.rc.0 Rakefile
realityforge-knife-windows-0.5.17 Rakefile
realityforge-knife-windows-0.5.16 Rakefile
realityforge-knife-windows-0.5.14 Rakefile
knife-windows-0.5.12 Rakefile