Skip to content

Commit

Permalink
update Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Jun 27, 2024
1 parent e8d450a commit 72c3fd1
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 @@ -3,7 +3,7 @@ require "rake/testtask"

Rake::TestTask.new(:test) do |test|
test.libs << 'test'
test.test_files = FileList['test/**/*_test.rb'] #- FileList['test/docs/autogenerated/*_test.rb']
test.test_files = FileList['test/**/*_test.rb'] - FileList['test/docs/autogenerated/*_test.rb']
test.verbose = true
end

Expand Down

0 comments on commit 72c3fd1

Please sign in to comment.