Sha256: 8e24c1a800bdfe0aa37a2dbb9ea5d30654c0c0f2344bffbd11f51bc1629271c2

Contents?: true

Size: 222 Bytes

Versions: 45

Compression:

Stored size: 222 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

task default: %w(spec)

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
middleman-hashicorp-0.3.47 Rakefile
middleman-hashicorp-0.3.46 Rakefile
middleman-hashicorp-0.3.45 Rakefile
middleman-hashicorp-0.3.44 Rakefile
middleman-hashicorp-0.3.43 Rakefile
middleman-hashicorp-0.3.41 Rakefile
middleman-hashicorp-0.3.40 Rakefile
middleman-hashicorp-0.3.39 Rakefile
middleman-hashicorp-0.3.38 Rakefile
middleman-hashicorp-0.3.37 Rakefile
middleman-hashicorp-0.3.35 Rakefile
middleman-hashicorp-0.3.34 Rakefile
middleman-hashicorp-0.3.33 Rakefile
middleman-hashicorp-0.3.32 Rakefile
middleman-hashicorp-0.3.31 Rakefile
middleman-hashicorp-0.3.30 Rakefile
middleman-hashicorp-0.3.29 Rakefile
middleman-hashicorp-0.3.28 Rakefile
middleman-hashicorp-0.3.26 Rakefile
middleman-hashicorp-0.3.25 Rakefile