Sha256: f501f35d705efc71e8f0839b3e4ad2f484b49e44f82949b929d06f272c1918c4
Contents?: true
Size: 382 Bytes
Versions: 28
Compression:
Stored size: 382 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
28 entries across 28 versions & 2 rubygems