Sha256: 08c4c07a3c8973e1e646d6cc60e4e962a15bc510b90f41446928619677cf7a5e

Contents?: true

Size: 412 Bytes

Versions: 5

Compression:

Stored size: 412 Bytes

Contents

#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.


require 'rake'

require 'rubygems'
require 'bundler/setup'
Bundler.require :default, :development
Combustion::Application.load_tasks
begin
  require 'ci/reporter/rake/rspec'     # use this if you're using RSpec
rescue LoadError
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 Rakefile
xrono-1.0.3 Rakefile
xrono-1.0.2 Rakefile
xrono-1.0.1 Rakefile
xrono-1.0.0 Rakefile