Sha256: 5987613f1eef14b5a22bd624c76098ddaa3234d53332efdb3869e5bfd5f3de0c

Contents?: true

Size: 295 Bytes

Versions: 25

Compression:

Stored size: 295 Bytes

Contents

begin
  require 'shoulda'
rescue LoadError
  require 'rubygems' unless ENV['NO_RUBYGEMS']
  require 'shoulda'
end

require 'rake/testtask'

desc "Run the shoulda test under /spec"
Rake::TestTask.new do |t|
   t.libs << "test"
   t.test_files = FileList['spec/*_spec.rb']
   t.verbose = true
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
dazoakley-biomart-0.1.0 tasks/shoulda.rake
dazoakley-biomart-0.1 tasks/shoulda.rake
biomart-0.2.0 tasks/shoulda.rake
exposure-0.2.1 tasks/shoulda.rake
exposure-0.2.0 tasks/shoulda.rake
newgem-1.5.3 rubygems_generators/install_shoulda/templates/tasks/shoulda.rake
biomart-0.1.5 tasks/shoulda.task
biomart-0.1.4 tasks/shoulda.task
exposure-0.1.3 tasks/shoulda.rake
exposure-0.1.2 tasks/shoulda.rake
exposure-0.1.1 tasks/shoulda.rake
exposure-0.1.0 tasks/shoulda.rake
biomart-0.1.3 tasks/shoulda.rake
biomart-0.1.2 tasks/shoulda.rake
exposure-0.0.7 tasks/shoulda.rake
biomart-0.1.1 tasks/shoulda.rake
exposure-0.0.6 tasks/shoulda.rake
exposure-0.0.5 tasks/shoulda.rake
exposure-0.0.4 tasks/shoulda.rake
biomart-0.1.0 tasks/shoulda.rake