Sha256: 04edb05cf5010496caa0ab9a849cdd7e417770466dd4451e798e79e470b61bac

Contents?: true

Size: 255 Bytes

Versions: 8

Compression:

Stored size: 255 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

task default: :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
api-auth-2.5.1 Rakefile
api-auth-2.5.0 Rakefile
api-auth-2.4.1 Rakefile
api-auth-2.4.0 Rakefile
api-auth-2.3.1 Rakefile
api-auth-2.3.0 Rakefile
api-auth-2.2.1 Rakefile
api-auth-2.2.0 Rakefile