Sha256: c31f1673cc6beb7463c2897be3e9e7cbf4042220cc04f7b054320aa399928d24

Contents?: true

Size: 204 Bytes

Versions: 16

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = 'spec/rspec/openapi/**/*_spec.rb'
end

task default: :spec

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rspec-openapi-0.18.3 Rakefile
rspec-openapi-0.18.2 Rakefile
rspec-openapi-0.18.1 Rakefile
rspec-openapi-0.18.0 Rakefile
rspec-openapi-0.17.0 Rakefile
rspec-openapi-0.16.1 Rakefile
rspec-openapi-0.16.0 Rakefile
rspec-openapi-0.15.0 Rakefile
rspec-openapi-0.14.0 Rakefile
rspec-openapi-0.13.0 Rakefile
rspec-openapi-0.12.0 Rakefile
rspec-openapi-0.11.0 Rakefile
rspec-openapi-0.10.0 Rakefile
rspec-openapi-0.9.0 Rakefile
rspec-openapi-0.8.1 Rakefile
rspec-openapi-0.8.0 Rakefile