Sha256: 34500a32c10778f731324379c71669568e7ea28a14b8a12474799ca2c73c1133

Contents?: true

Size: 186 Bytes

Versions: 8

Compression:

Stored size: 186 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

task default: :test

Rake::TestTask.new do |t|
  t.libs << "spec"
  t.test_files = FileList['spec/*_spec.rb']
  t.verbose = true
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
accept_headers-0.0.8 Rakefile
accept_headers-0.0.7 Rakefile
accept_headers-0.0.6 Rakefile
accept_headers-0.0.5 Rakefile
accept_headers-0.0.4 Rakefile
accept_headers-0.0.3 Rakefile
accept_headers-0.0.2 Rakefile
accept_headers-0.0.1 Rakefile