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.9.2 Rakefile
washout_builder-0.9.12 Rakefile
washout_builder-0.9.10 Rakefile
washout_builder-0.9.9 Rakefile
washout_builder-0.9.8 Rakefile
washout_builder-0.9.7 Rakefile
washout_builder-0.9.6 Rakefile
washout_builder-0.9.5 Rakefile
washout_builder-0.9.1 Rakefile
washout_builder-0.9.0 Rakefile
washout_builder-0.8.12 Rakefile
washout_builder-0.8.11 Rakefile
washout_builder-0.8.10 Rakefile
washout_builder-0.8.9 Rakefile
washout_builder-0.8.8 Rakefile
washout_builder-0.8.7 Rakefile
washout_builder-0.7.2 Rakefile
washout_builder-0.7.1 Rakefile
washout_builder-0.7.0 Rakefile
wash_out-0.10.0.beta.1 Rakefile