Sha256: 7a428c2a6c9339fcc6a7ccb4f2d4fe611569834653ad9661f18befbe2ae75eed

Contents?: true

Size: 198 Bytes

Versions: 7

Compression:

Stored size: 198 Bytes

Contents

task :default => "spec:run"

require "rspec/core/rake_task"

namespace :spec do
  desc "Run the tests."
  RSpec::Core::RakeTask.new(:run) do |spec|
    spec.pattern = "spec/**/*_spec.rb"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rvm-capistrano-1.5.6 Rakefile
rvm-capistrano-1.5.5 Rakefile
rvm-capistrano-1.5.4 Rakefile
rvm-capistrano-1.5.3 Rakefile
rvm-capistrano-1.5.2 Rakefile
rvm-capistrano-1.5.1 Rakefile
rvm-capistrano-1.5.0 Rakefile