Skip to content

Commit

Permalink
update rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Spransy authored and Max Spransy committed Dec 14, 2010
1 parent 8a3021d commit 212385d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
@@ -1,6 +1,6 @@
require 'rubygems'
require 'rake'
require 'spec/rake/spectask'
#require 'spec/rake/spectask'

begin
require 'jeweler'
Expand Down Expand Up @@ -37,7 +37,7 @@ Rake::TestTask.new do |t|
t.verbose = true
end

desc 'Run all specs'
Spec::Rake::SpecTask.new('specs') do |t|
t.spec_files = FileList['spec/**/*.rb']
end
#desc 'Run all specs'
#Spec::Rake::SpecTask.new('specs') do |t|
# t.spec_files = FileList['spec/**/*.rb']
#end

0 comments on commit 212385d

Please sign in to comment.