Skip to content

Commit 48091df

Browse files
committed
test: rename run-test.rb to run.rb
"-test" is redundant.
1 parent 6761948 commit 48091df

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ helper.install
1212

1313
desc "Run tests"
1414
task :test do
15-
ruby("test/run-test.rb")
15+
ruby("test/run.rb")
1616
end
1717

1818
task default: :test
File renamed without changes.

0 commit comments

Comments
 (0)