Sha256: 06b20c5a0aa1805e7237a431702fc14854dc68e04a749a0017484d03753aa7ce

Contents?: true

Size: 300 Bytes

Versions: 35

Compression:

Stored size: 300 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.require
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

desc "run travis build"
task :travis do
  exec "bundle exec rake SPEC_OPTS='--format documentation -t ~docker --order=rand'"
end

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
vx-container_connector-0.5.7 Rakefile
vx-container_connector-0.5.6 Rakefile
vx-container_connector-0.5.5 Rakefile
vx-container_connector-0.5.4 Rakefile
vx-container_connector-0.5.3 Rakefile
vx-container_connector-0.5.2 Rakefile
vx-container_connector-0.5.1 Rakefile
vx-container_connector-0.5.0 Rakefile
vx-container_connector-0.4.3 Rakefile
vx-container_connector-0.4.2 Rakefile
vx-container_connector-0.4.1 Rakefile
vx-container_connector-0.4.0 Rakefile
vx-container_connector-0.3.1 Rakefile
vx-container_connector-0.3.0 Rakefile
vx-container_connector-0.2.9 Rakefile
vx-container_connector-0.2.8 Rakefile
vx-container_connector-0.2.7 Rakefile
vx-container_connector-0.2.6 Rakefile
vx-container_connector-0.2.5 Rakefile
vx-container_connector-0.2.4 Rakefile