Sha256: f4cbc016119b2a31fda435a91b650c3a18b3874d9a9b2f5eb0b6a070b15edff6

Contents?: true

Size: 430 Bytes

Versions: 11

Compression:

Stored size: 430 Bytes

Contents

require "bundler/setup"
require "rake/testtask"

# Immediately sync all stdout so that tools like buildbot can
# immediately load in the output.
$stdout.sync = true
$stderr.sync = true

# Change to the directory of this file.
Dir.chdir(File.expand_path("../", __FILE__))

Bundler::GemHelper.install_tasks

Rake::TestTask.new do |task|
  task.test_files = FileList['test/**/test*.rb']
end

desc "Run tests"
task :default => :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
nugrant-1.4.2 Rakefile
nugrant-1.4.1 Rakefile
nugrant-1.4.0 Rakefile
nugrant-1.3.0 Rakefile
nugrant-1.2.0 Rakefile
nugrant-2.0.0.dev2 Rakefile
nugrant-2.0.0.dev1 Rakefile
nugrant-1.1.0 Rakefile
nugrant-1.0.1 Rakefile
nugrant-1.0.0 Rakefile
nugrant-1.0.0.pre1 Rakefile