lib/juici/interface.rb in juici-interface-0.0.0 vs lib/juici/interface.rb in juici-interface-0.0.1.alpha1
- old
+ new
@@ -3,6 +3,11 @@
PASS = "success"
FAIL = "failed"
START = "started"
WAIT = "waiting"
end
+
+ module Routes
+ NEW_BUILD = '/builds/new'
+ end
+
end