public
Description: A Rails plugin for Japanese mobile-phones
Homepage: http://jpmobile-rails.org
Clone URL: git://github.com/darashi/jpmobile.git
Click here to lend your support to: jpmobile and make a donation at www.pledgie.com !
rake defaultで十分だったので必要なし
walf443 (author)
Sun Jun 29 06:19:58 -0700 2008
commit  80e037b496626103f8d1ac471346be766abb12f5
tree    ac57fd3bee95e42b7440ac71d61eb6ff23efcd34
parent  b7c8838e81ed7007eec2e2d71155536295466b94
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,7 +16,7 @@ task :stats => "spec:statsetup"
0
 desc "Run all specs in spec directory (excluding plugin specs)"
0
 Spec::Rake::SpecTask.new(:spec => spec_prereq) do |t|
0
   t.spec_opts = ['--options', "\"#{RAILS_ROOT}/spec/spec.opts\""]
0
- t.spec_files = FileList['spec/**/*_spec.rb', 'test/**/*_test.rb' ]
0
+ t.spec_files = FileList['spec/**/*_spec.rb' ]
0
 end
0
 
0
 namespace :spec do

Comments

    No one has commented yet.