Sha256: 9b9e3dbd3323bc246336628f5675082dfae6c614ab1242e24cc7858c5392e28c

Contents?: true

Size: 348 Bytes

Versions: 22

Compression:

Stored size: 348 Bytes

Contents

#encoding: utf-8
require 'rubygems'
require 'bundler'
Bundler.setup
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
desc 'Run RSpec'
RSpec::Core::RakeTask.new do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rspec_opts = ['--color', '--format nested']
end

desc 'Run rspec tests'
task :test => [:spec]

task :default => :test

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
knife-digital_ocean-0.7.0 Rakefile
knife-digital_ocean-0.6.0 Rakefile
digital_ocean-1.5.0 Rakefile
knife-digital_ocean-0.5.0 Rakefile
digital_ocean-1.4.0 Rakefile
knife-digital_ocean-0.4.0 Rakefile
digital_ocean-1.3.0 Rakefile
knife-digital_ocean-0.3.0 Rakefile
knife-digital_ocean-0.2.0 Rakefile
digital_ocean-1.2.0 Rakefile
knife-digital_ocean-0.1.1 Rakefile
digital_ocean-1.0.1 Rakefile
digital_ocean-1.0.0 Rakefile
knife-digital_ocean-0.1.0 Rakefile
digital_ocean-0.2.0 Rakefile
knife-digital_ocean-0.0.5 Rakefile
digital_ocean-0.1.0 Rakefile
knife-digital_ocean-0.0.4 Rakefile
knife-digital_ocean-0.0.2 Rakefile
knife-digital_ocean-0.0.1 Rakefile