Sha256: 4f9875596039ebdad6485e47f2ef648843eb16a7f3a2233d5d3aec79951a7dca

Contents?: true

Size: 183 Bytes

Versions: 11

Compression:

Stored size: 183 Bytes

Contents

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

Rake::TestTask.new :spec do |test|
  test.test_files = Dir['spec/**/*_spec.rb']
  test.verbose    = true
end

task default: :spec

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
passworks-2.0.7 Rakefile
passworks-2.0.6 Rakefile
passworks-2.0.5 Rakefile
passworks-2.0.4 Rakefile
passworks-2.0.3 Rakefile
passworks-2.0.2 Rakefile
passworks-2.0.1 Rakefile
passworks-2.0.0 Rakefile
passworks-0.0.4 Rakefile
passworks-0.0.3 Rakefile
passworks-0.0.2 Rakefile