Sha256: f411d503316da7f0b97b0ca01efa803c212b55fc8658f4ead820fb30e6d38f61

Contents?: true

Size: 258 Bytes

Versions: 11

Compression:

Stored size: 258 Bytes

Contents

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

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

task default: :test

task :clear_vcr do
  `rm test/fixtures/*.yml`
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
access-2.0.11 Rakefile
access-2.0.10 Rakefile
access-2.0.9 Rakefile
access-2.0.8 Rakefile
access-2.0.7 Rakefile
access-2.0.5 Rakefile
access-2.0.4 Rakefile
access-2.0.3 Rakefile
access-2.0.2 Rakefile
access-2.0.1 Rakefile
access-2.0.0 Rakefile