Sha256: b82d99a8eb9444db5e0c19a17d40cd61d87f0e2405faaa5c5445a69159ef1b87
Contents?: true
Size: 374 Bytes
Versions: 9
Compression:
Stored size: 374 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 y of this file. Dir.chdir(File.expand_path('../', __FILE__)) Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new task :default => 'spec'
Version data entries
9 entries across 9 versions & 2 rubygems