public
Rubygem
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-more.git
Search Repo:
default rake task is to run the specs
Adam French (author)
Mon May 05 12:33:56 -0700 2008
commit  d6884ee1ce0f1d799d1f13a84b4eed77c281dc30
tree    015654b1c9d342fc01ad3f5e53a6b444a210714a
parent  56ad70cb1565891650d36dde08c9796764920be2
...
42
43
44
 
 
...
42
43
44
45
46
0
@@ -42,3 +42,5 @@ Spec::Rake::SpecTask.new('spec') do |t|
0
   t.spec_opts << '--format' << 'specdoc' << '--colour'
0
   t.spec_files = Pathname.glob(Pathname.new(__FILE__).parent + 'spec/**/*_spec.rb')
0
 end
0
+
0
+task :default => 'spec'

Comments

    No one has commented yet.