Sha256: f3c20d28809f351d017f8adb7dc64c720e5dfbf0b298048799548c000a91e745

Contents?: true

Size: 247 Bytes

Versions: 7

Compression:

Stored size: 247 Bytes

Contents

# frozen_string_literal: true

require "rake"
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec) do |task|
  file_list = FileList["spec/**/*_spec.rb"]

  task.pattern = file_list
end

task default: "spec"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
hanami-api-0.3.0 Rakefile
codeowners-0.0.5 Rakefile
codeowners-0.0.4 Rakefile
hanami-api-0.2.0 Rakefile
hanami-api-0.1.2 Rakefile
hanami-api-0.1.1 Rakefile
hanami-api-0.1.0 Rakefile