Sha256: 7be572581ba8eab6ea2876064fecb5fd0ec512965056b2a701b6c254e73baf14

Contents?: true

Size: 766 Bytes

Versions: 14

Compression:

Stored size: 766 Bytes

Contents

require 'rake'
require 'rake/testtask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "shoulda_generator"
    s.summary = "Generators which create tests using shoulda"
    s.email = "josh@technicalpickles.com"
    s.homepage = "http://github.com/technicalpickles/shoulda_generator"
    s.description = "Generators which create tests using shoulda"
    s.authors = ["Josh Nichols"]
    s.files =  FileList["[A-Z]*", "{rails_generators,lib,test}/**/*"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

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

desc 'Test by default'
task :default => :test

Version data entries

14 entries across 14 versions & 8 rubygems

Version Path
drd-shoulda_generator-0.2.1 Rakefile
martijn-shoulda_generator-0.2.1 Rakefile
martijn-shoulda_generator-0.2.2 Rakefile
mattyoho-shoulda_generator-0.2.1 Rakefile
sob-shoulda_generator-0.2.1 Rakefile
technicalpickles-shoulda_generator-0.2.1 Rakefile
starter-template_generator-0.0.2 Rakefile
i18n_shoulda_generator-1.0.1 Rakefile
shoulda_generator-1.3.5 Rakefile
shoulda_generator-0.2.2 Rakefile
i18n_shoulda_generator-1.0.0 Rakefile
shoulda_generator-1.3.4 Rakefile
shoulda_generator-1.3.3 Rakefile
shoulda_generator-1.3.2 Rakefile