Ryan Frantz
Ryan Frantz
Coming back around to this. I'll poke this a bit next week, including syncing with upstream master and writing tests.
Hmm, this is a vestige of some internal bits I'd mostly culled. I can remove the Chef dependency and replace it with something more generic that others can build on....
Per #22, I'll modify this helper to be smarter about requiring Chef support and fall back to a simpler mechanism to look up the cluster name.
Had another convo with Cowie about docs. He had an issue when writing a helper where the global config was not available. That's because `Config.load` only gets called in Executor,...
Looking at what lives in test/, we've got some work to do. That stuff is terribly outdated.
Also, Test::Unit is deprecated. Look into MiniTest instead.
@aemcknig: @hundredacres also hit me up via email. I will cross-post here, shortly.
I'm also experiencing this limitation in Deno Deploy (no issue running my Fresh project locally). I would prefer to keep my user-facing and API routes in the same project. My...
This would also be useful in mocking up the resulting tests (i.e. defining a set of node attributes that must be present in order for a resource to be triggered).
There is a similar issue if the lock file hasn't been updated (i.e. `metadata.rb` has been bumped and `chef update` has not been run): ``` [rfrantz1@dev ~/git/virgo] (master) $ chef...