Sha256: 6f01d695fe355c9cbf116fdb7ec3ae2322a2a258aef6f0933c05dccb1bd6b6e9

Contents?: true

Size: 466 Bytes

Versions: 18

Compression:

Stored size: 466 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rake/testtask'
require 'appraisal'

$LOAD_PATH.unshift("lib")
load 'tasks/shoulda.rake'

Rake::TestTask.new do |t|
  t.libs << 'lib' << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

desc 'Test the plugin under all supported Rails versions.'
task :all => ['appraisal:cleanup', 'appraisal:install'] do
  exec('rake appraisal test')
end

desc 'Default: run tests'
task :default => [:all]

Version data entries

18 entries across 16 versions & 4 rubygems

Version Path
shoulda-context-1.2.2 Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-context-1.2.1/Rakefile
shoulda-context-1.2.1 Rakefile
shoulda-context-1.2.0 Rakefile
vtd_xml-0.0.3-java bundle/jruby/1.9/gems/shoulda-context-1.1.6/Rakefile
shoulda-context-1.1.6 Rakefile
shoulda-context-1.1.5 Rakefile
challah-1.0.0 vendor/bundle/gems/shoulda-context-1.1.3/Rakefile
shoulda-context-1.1.4 Rakefile
shoulda-context-1.1.3 Rakefile
shoulda-context-1.1.2 Rakefile
challah-1.0.0.beta3 vendor/bundle/gems/shoulda-context-1.1.0/Rakefile
challah-1.0.0.beta3 vendor/bundle/gems/shoulda-context-1.1.1/Rakefile
challah-1.0.0.beta2 vendor/bundle/gems/shoulda-context-1.1.1/Rakefile
challah-1.0.0.beta2 vendor/bundle/gems/shoulda-context-1.1.0/Rakefile
shoulda-context-1.1.1 Rakefile
challah-1.0.0.beta vendor/bundle/gems/shoulda-context-1.1.0/Rakefile
shoulda-context-1.1.0 Rakefile