Sha256: 762c9cf0e05eb7f708069e7c10e76f903fe1cf3eb5d675103e5cf7d687326fd4

Contents?: true

Size: 403 Bytes

Versions: 139

Compression:

Stored size: 403 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"
require "standard/rake"

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList["test/**/*_test.rb"]
  t.verbose = true
  t.warning = false
end

task default: %i[test standard]

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
bullet_train-outgoing_webhooks-1.3.6 Rakefile
bullet_train-outgoing_webhooks-1.3.5 Rakefile
bullet_train-outgoing_webhooks-1.3.4 Rakefile
bullet_train-outgoing_webhooks-1.3.3 Rakefile
bullet_train-outgoing_webhooks-1.3.2 Rakefile
bullet_train-outgoing_webhooks-1.3.1 Rakefile
bullet_train-outgoing_webhooks-1.3.0 Rakefile
bullet_train-outgoing_webhooks-1.2.24.4 Rakefile
bullet_train-outgoing_webhooks-1.2.24.3 Rakefile
bullet_train-outgoing_webhooks-1.2.24.2 Rakefile
bullet_train-outgoing_webhooks-1.2.24.1 Rakefile
bullet_train-outgoing_webhooks-1.2.27 Rakefile
bullet_train-outgoing_webhooks-1.2.26 Rakefile
bullet_train-outgoing_webhooks-1.2.25 Rakefile
bullet_train-outgoing_webhooks-1.2.24 Rakefile
bullet_train-outgoing_webhooks-1.2.23 Rakefile
bullet_train-outgoing_webhooks-1.2.22 Rakefile
bullet_train-outgoing_webhooks-1.2.21 Rakefile
bullet_train-outgoing_webhooks-1.2.20 Rakefile
bullet_train-outgoing_webhooks-1.2.19 Rakefile