Sha256: 305e747dcda5c5c973aade6ae08f8368604f59f34e96eb39007d8cb49de63655

Contents?: true

Size: 172 Bytes

Versions: 24

Compression:

Stored size: 172 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs.push 'spec'
  t.test_files = FileList['spec/**/*_spec.rb']
end

task default: :test

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
moneybird-0.10.2 Rakefile
moneybird-0.10.1 Rakefile
moneybird-0.9.9 Rakefile
moneybird-0.9.8 Rakefile
moneybird-0.9.7 Rakefile
moneybird-0.9.6 Rakefile
moneybird-0.9.5 Rakefile
moneybird-0.9.4 Rakefile
moneybird-0.9.3 Rakefile
moneybird-0.9.2 Rakefile
moneybird-0.9.1 Rakefile
moneybird-0.9.0 Rakefile
moneybird-0.8.0 Rakefile
moneybird-0.7.5 Rakefile
moneybird-0.7.4 Rakefile
moneybird-0.7.3 Rakefile
moneybird-0.7.2 Rakefile
moneybird-0.7.1 Rakefile
moneybird-0.7.0 Rakefile
moneybird-0.6.0 Rakefile