Skip to content

Commit

Permalink
revert rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cat5inthecradle committed Oct 22, 2024
1 parent 7cf84be commit 941ea8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'bundler/gem_tasks'
require 'rake/testtask'
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.libs << 'lib'
t.libs << "test"
t.libs << "lib"
t.test_files = FileList['test/**/*_test.rb']
end

task default: :test
task :default => :test

0 comments on commit 941ea8d

Please sign in to comment.