Navigation Menu

Skip to content

Commit

Permalink
Add all spec files to Thorfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 1, 2010
1 parent 4289017 commit 5525cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Thorfile
@@ -1,6 +1,7 @@
# enconding: utf-8

require File.join(File.dirname(__FILE__), "lib", "thor", "version")
require 'rubygems'
require 'thor/rake_compat'
require 'spec/rake/spectask'
require 'rdoc/task'
Expand Down Expand Up @@ -52,7 +53,7 @@ class Default < Thor
s.bindir = "bin"
s.executables = %w( thor rake2thor )
s.files = s.extra_rdoc_files + Dir.glob("{bin,lib}/**/*")
s.files.exclude 'spec/sandbox/**/*'
s.text_files.include 'spec/**/*'
s.test_files.exclude 'spec/sandbox/**/*'
end

Expand Down

0 comments on commit 5525cf7

Please sign in to comment.