Sha256: 471707c65ee146e6df743b1989d22e9d6ae615319c470f840c8755f88e1c0eb5

Contents?: true

Size: 226 Bytes

Versions: 10

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true
require "bundler/gem_tasks"
require "rake/testtask"

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

task(default: :test)

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
github-authentication-1.0.2 Rakefile
github-authentication-1.0.1 Rakefile
github-authentication-1.0.0 Rakefile
github-authentication-0.1.2 Rakefile
spoom-1.0.3 Rakefile
spoom-1.0.2 Rakefile
spoom-1.0.1 Rakefile
spoom-1.0.0 Rakefile
spoom-0.0.0 Rakefile
github-authentication-0.1.0 Rakefile