Sha256: 821b55beff1cb638c3b6eef40fb655177626303cedcd24332aade6e5214c7ca5
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
# The bundler rake tasks help automate the distribution of this gem. require 'bundler' Bundler::GemHelper.install_tasks # Define a default 'rake' alias for minitest so that when you type # rake in the root of the <tt>eycap</tt> folder you will run the tests. # https://github.com/jimweirich/rake/blob/master/lib/rake/testtask.rb require "rake/testtask" Rake::TestTask.new do |t| t.libs << "test" t.pattern = "test/**/*_test.rb" end task :default => :test
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
eycap-0.6.6 | Rakefile |
eycap-0.6.5 | Rakefile |
eycap-0.6.4 | Rakefile |
eycap-0.6.3 | Rakefile |
eycap-0.6.2 | Rakefile |