mirror of
https://github.com/lloeki/nanoserve.git
synced 2025-12-06 03:04:39 +01:00
Initial commit
This commit is contained in:
commit
e5a05299b1
8 changed files with 368 additions and 0 deletions
10
Rakefile
Normal file
10
Rakefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require 'rake/testtask'
|
||||
require 'bundler'
|
||||
|
||||
Bundler::GemHelper.install_tasks
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.libs << 'test'
|
||||
t.test_files = FileList['test/test_*.rb']
|
||||
t.verbose = true
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue