Skip to content

Commit

Permalink
Minitest picks up tests in provider modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tokengeek committed Mar 13, 2014
1 parent 235c812 commit f38e441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task :default => :test
task :travis => ['test', 'test:travis', 'coveralls_push_workaround']

Rake::TestTask.new do |t|
t.pattern = "test/**/*_test.rb"
t.pattern = File.join("**", "test", "**", "*_test.rb")
end

namespace :test do
Expand Down

0 comments on commit f38e441

Please sign in to comment.