Sha256: f9fd80b40813a0f6e21d173b5ad488986cb55347855070a69a0e7d5ed02a9956
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-pardot-1.4.3 | Rakefile |
ruby-pardot-1.4.2 | Rakefile |
ruby-pardot-1.4.1 | Rakefile |
ruby-pardot-1.4.0 | Rakefile |