Sha256: d57fec379e5a777045d63a50b10d32ef0c5d96b5f9c5ef9d9a2dd551048d7601

Contents?: true

Size: 257 Bytes

Versions: 12

Compression:

Stored size: 257 Bytes

Contents

require "bundler/gem_tasks"

begin
  require "rspec/core/rake_task"

  task default: "spec"

  desc "Run all tests"
  RSpec::Core::RakeTask.new(:spec) do |task|
    task.pattern = "spec/**/*_spec.rb"
  end
rescue LoadError => error
  warn error.message
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
capistrano-twingly-4.2.0 Rakefile
capistrano-twingly-4.1.0 Rakefile
capistrano-twingly-4.0.4 Rakefile
capistrano-twingly-4.0.3 Rakefile
capistrano-twingly-4.0.2 Rakefile
capistrano-twingly-4.0.1 Rakefile
capistrano-twingly-4.0.0 Rakefile
capistrano-twingly-3.0.0 Rakefile
capistrano-twingly-2.4.1 Rakefile
capistrano-twingly-2.4.0 Rakefile
capistrano-twingly-2.3.0 Rakefile
capistrano-twingly-2.2.0 Rakefile