Sha256: fd909dfe2bafca6feeb2519f985b5d296d81bb41017dba4475122a1a47774cb7

Contents?: true

Size: 334 Bytes

Versions: 72

Compression:

Stored size: 334 Bytes

Contents

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

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

desc "Default: run the unit tests."
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

72 entries across 72 versions & 4 rubygems

Version Path
wash_out-0.8.4 Rakefile
wash_out-0.8.3 Rakefile
wash_out-0.8.2 Rakefile
wash_out-0.8.1 Rakefile
wash_out-0.7.1 Rakefile
wash_out-0.7.0 Rakefile
wash_out-0.6.1 Rakefile
wash_out-0.6.0 Rakefile
wash_out-0.5.6 Rakefile
wash_out-0.5.4 Rakefile
wash_out-0.5.3 Rakefile
nogara-wash_out-0.5.2 Rakefile
wash_out-0.5.2 Rakefile
wash_out-0.4.2 Rakefile
wash_out-0.4.1 Rakefile
wash_out-0.4.0 Rakefile
wash_out-0.3.6 Rakefile
wash_out-0.3.5 Rakefile
wash_out-0.3.4 Rakefile
wash_out-0.3.3 Rakefile