Sha256: 608b91b20215339e09a46adfa767c3e215ecceb193908a0ce301bbbde25f9381

Contents?: true

Size: 251 Bytes

Versions: 30

Compression:

Stored size: 251 Bytes

Contents

require "bundler/gem_tasks"
require 'bundler'
Bundler.setup
require 'rspec/core/rake_task'

desc 'Default: run library specs.'
task :default => :spec

desc "Run library specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = ["./spec/**/*_spec.rb"]
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
active_zuora-2.6.0 Rakefile
active_zuora-2.5.4 Rakefile
active_zuora-2.5.3 Rakefile
active_zuora-2.5.2 Rakefile
active_zuora-2.5.1 Rakefile
active_zuora-2.5.0 Rakefile
active_zuora-2.4.1 Rakefile
active_zuora-2.4.0 Rakefile
active_zuora-2.3.1 Rakefile
active_zuora-2.3.0 Rakefile
active_zuora-2.2.7 Rakefile
active_zuora-2.2.6 Rakefile
active_zuora-2.2.5 Rakefile
active_zuora-2.2.4 Rakefile
active_zuora-2.2.3 Rakefile
active_zuora-2.2.2 Rakefile
active_zuora-2.2.1 Rakefile
active_zuora-2.2.0 Rakefile
active_zuora-2.1.4 Rakefile
active_zuora-2.1.3 Rakefile