Sha256: a324d959e9829aabec9bebaaccce34335b8fc97c4d7227e0f06b287c43f8da3a

Contents?: true

Size: 158 Bytes

Versions: 28

Compression:

Stored size: 158 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rake/testtask"

task default: :test

Rake::TestTask.new do |t|
  t.pattern = "test/**/*_test.rb"
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
eye-patch-0.5.1 Rakefile
eye-patch-0.5.0 Rakefile
eye-patch-0.4.2 Rakefile
eye-patch-0.4.1 Rakefile
eye-patch-0.4.0 Rakefile
eye-patch-0.3.1 Rakefile
eye-patch-0.3.0 Rakefile
eye-patch-0.2.2 Rakefile
eye-patch-0.2.1 Rakefile
eye-patch-0.2.0 Rakefile
eye-patch-0.1.8 Rakefile
eye-patch-0.1.7 Rakefile
eye-patch-0.1.6 Rakefile
eye-patch-0.1.5 Rakefile
eye-patch-0.1.4 Rakefile
eye-patch-0.1.3 Rakefile
eye-patch-0.1.2 Rakefile
eye-patch-0.1.1 Rakefile
eye-patch-0.1.0 Rakefile
eye-patch-0.0.9 Rakefile