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.2.0 Rakefile
access-2.1.5 Rakefile
access-2.1.4 Rakefile
access-2.1.3 Rakefile
access-2.1.2 Rakefile
access-2.1.1 Rakefile
access-2.1.0 Rakefile
access-2.0.55 Rakefile
access-2.0.54 Rakefile
access-2.0.53 Rakefile
access-2.0.52 Rakefile
access-2.0.51 Rakefile
access-2.0.50 Rakefile
access-2.0.49 Rakefile
access-2.0.48 Rakefile
access-2.0.47 Rakefile
access-2.0.46 Rakefile
access-2.0.44 Rakefile
access-2.0.43 Rakefile
access-2.0.42 Rakefile