mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 01:54:40 +01:00
Rakefile w/ test+gem tasks
This commit is contained in:
parent
8ae604557b
commit
934e72b00f
5 changed files with 19 additions and 5 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