Sha256: 837089cba4b68d440c50213623ea708cf4597f79c4e5333f17717df7451db14e
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'rspec/core/rake_task' # 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 RSpec::Core::RakeTask.new task :default => 'spec'
Version data entries
12 entries across 12 versions & 1 rubygems