Sha256: 93e9bfec98acbc7c1fbee2c46b7bb3c6ba1a1f4de980ba8f2cb616135d6884da

Contents?: true

Size: 268 Bytes

Versions: 23

Compression:

Stored size: 268 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = [].tap do |a|
    a.push('--color')
    a.push('--format progress')
  end.join(' ')
end

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

task :default => [:test]

Version data entries

23 entries across 23 versions & 4 rubygems

Version Path
vagrant-databags-0.1.4 Rakefile
vagrant-databags-0.1.3 Rakefile
vagrant-databags-0.1.2 Rakefile
vagrant-databags-0.1.1 Rakefile
vagrant-lifecycle-0.1.6 Rakefile
vagrant-lifecycle-0.1.5 Rakefile
vagrant-lifecycle-0.1.4 Rakefile
vagrant-databags-0.1.0 Rakefile
vagrant-lifecycle-0.1.3 Rakefile
vagrant-lifecycle-0.1.2 Rakefile
vagrant-lifecycle-0.1.1 Rakefile
vagrant-lifecycle-0.1.0 Rakefile
vagrant-berkshelf-nochefdk-6.0.0 Rakefile
vagrant-berkshelf-5.1.2 Rakefile
vagrant-berkshelf-5.1.1 Rakefile
vagrant-berkshelf-5.1.0 Rakefile
vagrant-berkshelf-5.0.0 Rakefile
vagrant-berkshelf-4.1.0 Rakefile
vagrant-berkshelf-4.0.4 Rakefile
vagrant-berkshelf-4.0.3 Rakefile