There was an error while loading. Please reload this page.
1 parent 66f8939 commit 22111deCopy full SHA for 22111de
Rakefile
@@ -30,8 +30,7 @@ Jeweler::GemcutterTasks.new
30
31
require "rspec/core/rake_task" # RSpec 2.0
32
RSpec::Core::RakeTask.new(:spec) do |t|
33
- t.pattern = 'spec/*_spec.rb'
34
- # TODO this leaves out the specs on the library itself
+ t.pattern = ['spec/*_spec.rb', 'spec/**/*_spec.rb']
35
end
36
37
# FIXME not working yet
0 commit comments