Sha256: 80786f4be295c279f973eb39a73910c7b20624eb6c6906fd02fe710ffd4231f1

Contents?: true

Size: 173 Bytes

Versions: 37

Compression:

Stored size: 173 Bytes

Contents

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

37 entries across 37 versions & 1 rubygems

Version Path
rspec-openapi-0.7.2 Rakefile
rspec-openapi-0.7.1 Rakefile
rspec-openapi-0.7.0 Rakefile
rspec-openapi-0.6.1 Rakefile
rspec-openapi-0.6.0 Rakefile
rspec-openapi-0.5.1 Rakefile
rspec-openapi-0.5.0 Rakefile
rspec-openapi-0.4.8 Rakefile
rspec-openapi-0.4.7 Rakefile
rspec-openapi-0.4.6 Rakefile
rspec-openapi-0.4.5 Rakefile
rspec-openapi-0.4.4 Rakefile
rspec-openapi-0.4.3 Rakefile
rspec-openapi-0.4.2 Rakefile
rspec-openapi-0.4.1 Rakefile
rspec-openapi-0.4.0 Rakefile
rspec-openapi-0.3.20 Rakefile
rspec-openapi-0.3.19 Rakefile
rspec-openapi-0.3.18 Rakefile
rspec-openapi-0.3.17 Rakefile