Sha256: c86f907e3f32631f2ccf52731d1a179f3a261388f8f3031b1fb628c411a16f6a

Contents?: true

Size: 221 Bytes

Versions: 19

Compression:

Stored size: 221 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = %w[--color]
end

task :default => [:spec]

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
civicrm-1.3.7 Rakefile
civicrm-1.3.6 Rakefile
civicrm-1.3.5 Rakefile
civicrm-1.3.4 Rakefile
civicrm-1.3.3 Rakefile
civicrm-1.3.2 Rakefile
civicrm-1.3.1 Rakefile
civicrm-1.2.5 Rakefile
civicrm-1.2.2 Rakefile
civicrm-1.2.1 Rakefile
civicrm-1.2.0 Rakefile
civicrm-1.1.1 Rakefile
civicrm-1.1.0 Rakefile
civicrm-1.0.7 Rakefile
civicrm-1.0.6 Rakefile
civicrm-1.0.5 Rakefile
civicrm-1.0.4 Rakefile
civicrm-1.0.2 Rakefile
civicrm-1.0.1 Rakefile