Sha256: 052ff6a6d35575579ac477763fd223d6839e8b6d4e6082b81762e23c7ecd7394

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end
task :default => :spec

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
capistrano-ssh-authorized-keys-github-1.2.0 Rakefile
capistrano-ssh-authorized-keys-github-1.1.0 Rakefile
capistrano-ssh-authorized-keys-github-1.0.1 Rakefile
capistrano-ssh-authorized-keys-github-1.0.0 Rakefile
capistrano-cloudwatch-1.0.1 Rakefile
capistrano-cloudwatch-1.0.0 Rakefile