gemstub 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/templates/%=app%/Rakefile.template +1 -1
- metadata +1 -1
@@ -48,7 +48,7 @@ desc 'Run specifications'
|
|
48
48
|
Spec::Rake::SpecTask.new(:default) do |t|
|
49
49
|
opts = File.join(File.dirname(__FILE__), "test", 'spec.opts')
|
50
50
|
t.spec_opts << '--options' << opts if File.exists?(opts)
|
51
|
-
t.spec_files = Dir.glob('
|
51
|
+
t.spec_files = Dir.glob('spec/**/*_spec.rb')
|
52
52
|
end
|
53
53
|
|
54
54
|
desc 'regenerate the gemspec'
|