Sha256: f35dd1b96639f66690d4d76de39cf60ce52acffed024ff312cf96f3aae5245db

Contents?: true

Size: 241 Bytes

Versions: 10

Compression:

Stored size: 241 Bytes

Contents

require 'rake'
require 'rspec/core'
require 'rspec/core/rake_task'

require 'bundler'
Bundler::GemHelper.install_tasks

task :default => :spec

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec)

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
remote_run-0.1.9 Rakefile
remote_run-0.1.8 Rakefile
remote_run-0.1.7 Rakefile
remote_run-0.1.6 Rakefile
remote_run-0.1.5 Rakefile
attribute_cartographer-0.0.6 Rakefile
attribute_cartographer-0.0.5 Rakefile
attribute_cartographer-0.0.4 Rakefile
attribute_cartographer-0.0.2 Rakefile
attribute_cartographer-0.0.1 Rakefile