Sha256: 36971236cfc79a97295ca9b96eeabcd852abfdf01c39cb2927f8731557f4a929

Contents?: true

Size: 207 Bytes

Versions: 7

Compression:

Stored size: 207 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks


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

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = "./spec/**/*_spec.rb"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-pardot-1.3.2 Rakefile
ruby-pardot-1.3.1 Rakefile
ruby-pardot-1.3.0 Rakefile
ruby-pardot-1.2.0 Rakefile
ruby-pardot-1.1.0 Rakefile
ruby-pardot-1.0.2 Rakefile
ruby-pardot-1.0 Rakefile