Sha256: 999867138fcddd0a280c79128cb021acb6520fb188818fff3e49770a0484b2c0

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

require 'bundler/gem_tasks'
begin
  require 'rspec/core/rake_task'
rescue LoadError
end

if defined?(RSpec)
  task spec: 'spec:all'
  namespace :spec do
    task all: ['spec:type']

    RSpec::Core::RakeTask.new(:type) do |t|
      t.pattern = 'spec/type/*_spec.rb'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
awspec-0.1.1 Rakefile
awspec-0.1.0 Rakefile
awspec-0.0.2 Rakefile
awspec-0.0.1 Rakefile