Sha256: f85abac54584c6bc6672641962e428aefe49d296a73e8c66dc8a26333c59b3d2
Contents?: true
Size: 174 Bytes
Versions: 6
Compression:
Stored size: 174 Bytes
Contents
require "bundler/gem_tasks" require "rake/testtask" task :spec do Dir.glob('./spec/**/spec_*.rb').each { |file| require file} end task test: [:spec] task default: [:spec]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ya-api-direct-0.2.10 | Rakefile |
ya-api-direct-0.2.6 | Rakefile |
ya-api-direct-0.2.5 | Rakefile |
ya-api-direct-0.2.4 | Rakefile |
ya-api-direct-0.2.3 | Rakefile |
ya-api-direct-0.2.2 | Rakefile |