Sha256: d8675109617a294231398074f88683f0be6ded28ee99af8ee2547bdd8fbdaedc

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'appraisal'

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

task :default => :all

desc 'Test the plugin under all supported Rails versions.'
task :all => ["appraisal:install"] do |t|
  exec('rake appraisal spec')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
protector-0.1.0 Rakefile
protector-0.0.4 Rakefile