Sha256: abbff86ce3bf816dcc2c0d922267e83f4acf780226dacb18ba7fc953b29098b2
Contents?: true
Size: 213 Bytes
Versions: 6
Compression:
Stored size: 213 Bytes
Contents
require 'bundler' require 'rake/testtask' Bundler.require Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' test.pattern = 'test/**/*_test.rb' test.verbose = true end task :default => :test
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
postageapp-1.0.24 | Rakefile |
formatted_form-2.1.2 | Rakefile |
postageapp-1.0.23 | Rakefile |
postageapp-1.0.22 | Rakefile |
postageapp-1.0.21 | Rakefile |
postageapp-1.0.20 | Rakefile |