Skip to content

Commit 50b216f

Browse files
committed
Rename test files to have _test postfix instead of test_ prefix
1 parent d9c26cc commit 50b216f

80 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ end
3838
Rake::TestTask.new(:normal_test) do |t|
3939
t.verbose = true
4040
t.deps = :generate
41-
t.test_files = FileList["test/**/test_*.rb"].exclude("test/rdoc/test_rdoc_rubygems_hook.rb")
41+
t.test_files = FileList["test/**/*_test.rb"].exclude("test/rdoc/rdoc_rubygems_hook_test.rb")
4242
end
4343

4444
Rake::TestTask.new(:rubygems_test) do |t|
4545
t.verbose = true
4646
t.deps = :generate
47-
t.pattern = "test/rdoc/test_rdoc_rubygems_hook.rb"
47+
t.pattern = "test/rdoc/rdoc_rubygems_hook_test.rb"
4848
end
4949

5050
path = "pkg/#{Bundler::GemHelper.gemspec.full_name}"

0 commit comments

Comments
 (0)