Sha256: b5d1de5faaf261b4c700aefba99d14ba80a5a31b0a131039087740232a746292
Contents?: true
Size: 245 Bytes
Versions: 8
Compression:
Stored size: 245 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require "rake/testtask" task :test => ["test:integrations"] namespace :test do Rake::TestTask.new(:integrations) do |task| task.test_files = FileList["test/integrations/**/*.rb"] end end
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
weave-1.1.0.pre.beta1 | Rakefile |
weave-1.0.2.beta1 | Rakefile |
weave-1.0.1 | Rakefile |
weave-1.0.0 | Rakefile |
weave-0.2.0 | Rakefile |
weave-0.1.0 | Rakefile |
weave-0.0.2 | Rakefile |
weave-0.0.1 | Rakefile |