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

public
Description: Desert is a component framework for Rails that allows your plugins have a Rails app like directory structure, routes, migrations, and dependencies.
Homepage: http://desert.rubyforge.org
Clone URL: git://github.com/pivotal/desert.git
updated plugin specification to properly include the generators



git-svn-id: svn+ssh://rubyforge.org/var/svn/pivotalrb/desert/trunk@1710 
af276e61-6b34-4dac-905b-574b5f35ef33
btakita (author)
Sun Jun 22 21:02:37 -0700 2008
commit  47668b3229e1672d7ba99969a3009c7d3f851e12
tree    70081f84308c9a87a2f0c9fcf909745dcb5d11a4
parent  e72f2656eea678c3220855186c1a2b73dc66165d
...
6
7
8
9
10
11
12
13
14
15
 
 
 
16
17
18
...
6
7
8
 
 
 
 
 
 
 
9
10
11
12
13
14
0
@@ -6,13 +6,9 @@ namespace :desert do
0
       t.verbose = true
0
     end
0
 
0
- begin
0
- Spec::Rake::SpecTask.new("plugins") do |t|
0
- t.libs << "spec"
0
- t.pattern = "vendor/plugins/#{ENV['PLUGIN'] || '**'}/**/*_spec.rb"
0
- end
0
- rescue
0
- puts "You must install and/or require rspec to enable the desert spec tasks"
0
+ Spec::Rake::SpecTask.new("plugins") do |t|
0
+ t.libs << "spec"
0
+ t.pattern = "vendor/plugins/#{ENV['PLUGIN'] || '**'}/**/*_spec.rb"
0
     end
0
 
0
     Rake::Task['desert:testspec:plugins'].comment = "Run the plugin tests and specs in vendor/plugins/** (or specify with PLUGIN=name)"

Comments

    No one has commented yet.