Re: [rspec-users] Advice on using Rspec as a data validation engine

2012-02-22 Thread Bill Christian
I have a working prototype. However, I am having trouble instrumenting the automation. Are there existing examples or libraries that execute tests outside of a console? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/

Re: [rspec-users] Advice on using Rspec as a data validation engine

2011-12-22 Thread Pat Maddox
On Dec 13, 2011, at 9:32 PM, Bill Christian wrote: > I have a project that collects various application configurations across a > couple thousand servers and wants to validate settings are following > recommended values. For example, all weblogic servers should have a minimum > memory heap siz

[rspec-users] Advice on using Rspec as a data validation engine

2011-12-21 Thread Bill Christian
I have a project that collects various application configurations across a couple thousand servers and wants to validate settings are following recommended values. For example, all weblogic servers should have a minimum memory heap size of 512M. Any violators should be reported. Being very imp