spec/credentials.integrity.rb in sappy-0.1.4 vs spec/credentials.integrity.rb in sappy-0.1.5
- old
+ new
@@ -1,2 +1,3 @@
USERNAME = "sappy@siteuptime.com"
PASSWORD = "password"
+MONITOR_LIMIT = (ENV['SITEUPTIME_MONITOR_LIMIT'] || 1).to_i
- old
+ new