Sha256: 4921e2ef7390f98b1d13b85674634f27b1feb9f6071e5f349ee24e9df2ebeaa2

Contents?: true

Size: 360 Bytes

Versions: 11

Compression:

Stored size: 360 Bytes

Contents

require "bundler/setup"

APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
load "rails/tasks/engine.rake"

load "rails/tasks/statistics.rake"

require "bundler/gem_tasks"

require "rake/testtask"

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

task default: :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
antispam-0.3.3 Rakefile
antispam-0.3.2 Rakefile
antispam-0.3.1 Rakefile
antispam-0.3.0 Rakefile
antispam-0.2.11 Rakefile
antispam-0.2.10 Rakefile
antispam-0.2.8 Rakefile
antispam-0.2.6 Rakefile
antispam-0.2.5 Rakefile
antispam-0.2.4 Rakefile
antispam-0.2.3 Rakefile