Sha256: 2dce2f0cd31d0f49235e109f37c90af87c35740fdf2eb6112cd06f129d747ab3

Contents?: true

Size: 211 Bytes

Versions: 21

Compression:

Stored size: 211 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs.push "lib"
  t.libs.push "spec"
  t.test_files = FileList['spec/**/*_spec.rb']
  t.verbose = true
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
fog-bouncer-0.2.7 Rakefile
fog-bouncer-0.2.6 Rakefile
travis-surveillance-0.0.9 Rakefile
fog-bouncer-0.2.5 Rakefile
travis-surveillance-0.0.8 Rakefile
fog-bouncer-0.2.4 Rakefile
fog-bouncer-0.2.3 Rakefile
travis-surveillance-0.0.7 Rakefile
travis-surveillance-0.0.6 Rakefile
travis-surveillance-0.0.5 Rakefile
travis-surveillance-0.0.4 Rakefile
travis-surveillance-0.0.3 Rakefile
travis-surveillance-0.0.2 Rakefile
travis-surveillance-0.0.1 Rakefile
fog-bouncer-0.2.2 Rakefile
fog-bouncer-0.2.1 Rakefile
fog-bouncer-0.2.0 Rakefile
fog-bouncer-0.1.1 Rakefile
fog-bouncer-0.1.0 Rakefile
fog-bouncer-0.0.8 Rakefile