Sha256: 1ff3ee3bd0a457aa109dc6667b1866e43fd313f44375393d3523b554e61345ff

Contents?: true

Size: 218 Bytes

Versions: 36

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

require 'rake/testtask'

Rake::TestTask.new(:test) do |t, args|
  puts args
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList['test/**/*_test.rb']
end

task :default => :test

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
graphql-stitching-1.6.0 Rakefile
graphql-stitching-1.5.2 Rakefile
graphql-stitching-1.5.1 Rakefile
graphql-stitching-1.5.0 Rakefile
graphql-stitching-1.4.3 Rakefile
graphql-stitching-1.4.2 Rakefile
graphql-stitching-1.4.1 Rakefile
graphql-stitching-1.4.0 Rakefile
graphql-stitching-1.3.0 Rakefile
graphql-stitching-1.2.5 Rakefile
graphql-stitching-1.2.4 Rakefile
graphql-stitching-1.2.3 Rakefile
graphql-stitching-1.2.2 Rakefile
graphql-stitching-1.2.1 Rakefile
graphql-stitching-1.2.0 Rakefile
graphql-stitching-1.1.1 Rakefile
graphql-stitching-1.1.0 Rakefile
graphql-stitching-1.0.6 Rakefile
graphql-stitching-1.0.5 Rakefile
graphql-stitching-1.0.4 Rakefile