Sha256: ed3543bdf6fa6ab91b7c6a36f220d35b104b210f4e5de75dbd4223bc2b718cff

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = "--tag ~integration"
end

task :default => :spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ami_spec-1.2.0 Rakefile
ami_spec-1.1.0 Rakefile