fixed rakefile
This commit is contained in:
parent
75bbb26c7a
commit
d7e3c7931f
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -61,7 +61,7 @@ end
|
|||
|
||||
desc "Run all specs"
|
||||
Spec::Rake::SpecTask.new('spec') do |t|
|
||||
t.spec_files = FileList['spec/*_spec.rb']
|
||||
t.spec_files = FileList['spec/**/*_spec.rb']
|
||||
end
|
||||
|
||||
desc "Print specdocs"
|
||||
|
|
Loading…
Reference in a new issue