You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puffing Billy expects the developer to create the cache_path directory structure. If its not there it fails and logs an error to log/test.log. This error might be missed by a first-time user of puffing-billy.
Is there an option on Puffing Billy (latest version) to mkdir if it doesn't exist? Contribute?
If not, as part of puffing billy config, add a mkdir -p for the cache_path that runs immediately after its defined in spec/support/puffing_billy.rb.
The text was updated successfully, but these errors were encountered:
rspec-rails-examples/spec/support/puffing_billy.rb
Lines 27 to 28 in 6f27836
Puffing Billy expects the developer to create the cache_path directory structure. If its not there it fails and logs an error to log/test.log. This error might be missed by a first-time user of puffing-billy.
Is there an option on Puffing Billy (latest version) to mkdir if it doesn't exist? Contribute?
If not, as part of puffing billy config, add a mkdir -p for the cache_path that runs immediately after its defined in
spec/support/puffing_billy.rb
.The text was updated successfully, but these errors were encountered: