Sha256: da8dad796759313ec5601d47a7fdef70adcc5af327fbef0156755983e8504f0d

Contents?: true

Size: 263 Bytes

Versions: 47

Compression:

Stored size: 263 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/vcr/cassettes/*.yml`
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
access-2.0.41 Rakefile
access-2.0.40 Rakefile
access-2.0.39 Rakefile
access-2.0.38 Rakefile
access-2.0.37 Rakefile
access-2.0.36 Rakefile
access-2.0.34 Rakefile
access-2.0.33 Rakefile
access-2.0.32 Rakefile
access-2.0.31 Rakefile
access-2.0.30 Rakefile
access-2.0.29 Rakefile
access-2.0.28 Rakefile
access-2.0.27 Rakefile
access-2.0.26 Rakefile
access-2.0.25 Rakefile
access-2.0.24 Rakefile
access-2.0.23 Rakefile
access-2.0.22 Rakefile
access-2.0.21 Rakefile