Sha256: 430dba5354e7c8836950c63afa0f0314394a9a13ef181d041a40b7504b57eef7

Contents?: true

Size: 365 Bytes

Versions: 7

Compression:

Stored size: 365 Bytes

Contents

#!/usr/bin/env rake

require "bundler/gem_helper"
require "rspec/core/rake_task"
require "rake/testtask"
require "appraisal"

Bundler::GemHelper.install_tasks(name: "velocity_audited")

RSpec::Core::RakeTask.new(:spec)

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList["test/**/*_test.rb"]
  t.verbose = true
end

task default: [:spec, :test]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
velocity_audited-6.0.4 Rakefile
velocity_audited-6.0.3 Rakefile
velocity_audited-6.0.1 Rakefile
velocity_audited-5.1.6 Rakefile
velocity_audited-5.1.5 Rakefile
velocity_audited-5.1.4 Rakefile
velocity_audited-5.1.3 Rakefile