Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit bf1c26c

Browse files
committed
support tasks so deployment/checking is easier
1 parent b097be2 commit bf1c26c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: Rakefile

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
namespace :test do
2+
desc "Run the tests against localhost"
23
task :check do |t|
34
system("ruby test/proxy_test.rb")
45
end
56
end
67
task :default => "test:check"
8+
9+
Dir["tasks/*.rake"].each do |f|
10+
load f
11+
end

Diff for: tasks/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)