1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/providers/brightbox/Rakefile

9 lines
158 B
Text
Raw Normal View History

require "bundler/gem_tasks"
require "rake/testtask"
task :default => :test
Rake::TestTask.new do |t|
t.pattern = File.join("test", "**", "*_test.rb")
end