diff --git a/Rakefile b/Rakefile index 2bafa4447..a892a4cd2 100644 --- a/Rakefile +++ b/Rakefile @@ -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