Skip to content

Commit 22111de

Browse files
committed
include lib specs
1 parent 66f8939 commit 22111de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Jeweler::GemcutterTasks.new
3030

3131
require "rspec/core/rake_task" # RSpec 2.0
3232
RSpec::Core::RakeTask.new(:spec) do |t|
33-
t.pattern = 'spec/*_spec.rb'
34-
# TODO this leaves out the specs on the library itself
33+
t.pattern = ['spec/*_spec.rb', 'spec/**/*_spec.rb']
3534
end
3635

3736
# FIXME not working yet

0 commit comments

Comments
 (0)