Sha256: a74b1ec22db2794010d20ce74f9acd2abd674ed2ace84a1307cfb8b375afe838

Contents?: true

Size: 381 Bytes

Versions: 5

Compression:

Stored size: 381 Bytes

Contents

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

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

task default: :spec

desc "run the specs using appraisal"
task :appraisals do
  exec "bundle exec appraisal rake spec"
end

namespace :appraisals do
  desc "install all the appraisal gemspecs"
  task :install do
    exec "bundle exec appraisal install"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whi-cassie-1.3.4 Rakefile
whi-cassie-1.3.2 Rakefile
whi-cassie-1.3.1 Rakefile
whi-cassie-1.3.0 Rakefile
whi-cassie-1.2.0 Rakefile