Aaron Allen
Aaron Allen
I'm actually using y'all's deprecated gem until this gets added.
> @mrfyda Hi, any updates on this? I see that an internal ticket was created and was wondering if this is resolved already. It appears to be supported now but...
In addition to that you could also add a `locker.where()` method that would return the storage that object currently lives in. ``` locker.where('user') // response: ['local'] ``` ``` var user...
I'm seeing the same thing on mac OSX with CSV files in the zip.
I managed to accomplish this via: ```ruby require 'yard' require 'yaml' require 'yardstick/rake/measurement' require 'yardstick/rake/verify' namespace :doc do yardstick_opts = YAML.load(File.read('.yardstick.yml')) yardstick_report = File.join('doc', 'coverage', 'report.txt') Yardstick::Rake::Measurement.new(:lint, yardstick_opts) do |measurement|...
this also doesn't work if you use `describe` in place of `context` in either of my examples as well.
ah, ok so less of a bug more of a feature request.
@Isegal not to pass the buck, but it definitely seems that offer would be better extended to: * @ogeidix * @zetaben * @Jesus * @nikhgupta They all seem to have...
It is, I had to revert the pastebin, (we altered it for some of the testing on #12) but it's stable. Have been testing it for my other project referenced...