GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Clone URL: git://github.com/mbleigh/mash.git
mash / Rakefile
100644 8 lines (7 sloc) 0.168 kb
1
2
3
4
5
6
7
8
require 'rubygems'
require './lib/mash.rb'
require 'spec/rake/spectask'
 
desc "Run specs."
Spec::Rake::SpecTask.new("spec") do |t|
  t.spec_files = "spec/*_spec.rb"
end