mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Minitest picks up tests in provider modules
This commit is contained in:
parent
235c812fba
commit
f38e4417e8
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -51,7 +51,7 @@ task :default => :test
|
||||||
task :travis => ['test', 'test:travis', 'coveralls_push_workaround']
|
task :travis => ['test', 'test:travis', 'coveralls_push_workaround']
|
||||||
|
|
||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.pattern = "test/**/*_test.rb"
|
t.pattern = File.join("**", "test", "**", "*_test.rb")
|
||||||
end
|
end
|
||||||
|
|
||||||
namespace :test do
|
namespace :test do
|
||||||
|
|
Loading…
Add table
Reference in a new issue