Skip to content

Commit 590a669

Browse files
committed
Updating tests to better follow Rails convention
1 parent e1396ba commit 590a669

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ task default: %i[test standard]
1414
Rake::TestTask.new(:test) do |t|
1515
t.libs << "test"
1616
t.libs << "lib"
17-
t.test_files = FileList["test/**/test_*.rb"]
17+
t.test_files = FileList["test/**/*_test.rb"]
1818
end

0 commit comments

Comments
 (0)