David DIDIER
David DIDIER
Hi, The `simplecov` version is set to `0.15.1` in `bashcov` `1.8.2`. I'd like to use a more recent version. Are you planning a new release with the dependencies updates?
Hi, my installation was very slow (3 seconds to open a new terminal) so I needed to find what was causing it. I ended up with some little functions that...
A very useful project, thank you. Some new assertions to consider: - assertFileExists - assertFileDoesNotExist - assertFileContains - assertFileDoesNotContain - assertDirectoryExists - assertDirectoryDoesNotExist
My use case is as follow: 1. some users have an environment with `GObjects` (on Linux and on the CI) and want to generate the PDF 1. some users have...
I'm using Guard with Spork to dynamically reload some classes, including my models : ``` Spork.each_run do reloaded_files = %w( app/classes/**/*.rb app/controllers/**/*.rb app/helpers/**/*.rb app/models/**/*.rb ) reloaded_files.each do |pattern| Dir["#{Rails.root}/#{pattern}"].each do...
Hi When adding a default scope to the base model, I got: ``` Failure/Error: Unable to find matching line from backtrace SystemStackError: stack level too deep # /home/..gems/activerecord-3.2.9/lib/active_record/dynamic_finder_match.rb:14 ```