Micah Geisel

Results 109 comments of Micah Geisel

Hi @kp666, thanks for the issue! The current release of database_cleaner is v1.8.5. This release has the list of supported ORMs hard-coded into it, so, no, it is not possible...

In the interest of getting v2.0 out the door, I'm going to defer this to some later v2.x release, with potential for removing the old interface in v3.x

Thanks for the quick response! Same behavior on both 3.4.5 and 3.5.0.beta.3. I tried checking the output of sass2scss, and that indeed appears to be the problem. Without the colon,...

Additionally, running `:1` used to run all scenarios, now it runs zero.

For context, my use-case is in the vim plugin I wrote: https://github.com/botandrose/vim-testkey. Basically I hit Enter in vim, and it runs whatever test is under my cursor. Super handy for...

I can imagine a hacky workaround in the CLI layer where we open the specified file, inspect the supplied line, and iterate upwards until we see `Scenario:`, and then mutate...

Got something working in the `bin/cucumber` binstub. Here be hackage: ```ruby #!/usr/bin/env ruby require 'bundler/setup' # hack in old fuzzy line number behavior from cucumber 3 require 'cucumber/cli/options' Cucumber::Cli::Options.prepend Module.new...

I'd be happy to clean this up and create a PR to add it in as e.g. an off-by-default command line option, if there's a chance it could get merged!

@luke-hill Roger that. Totally makes sense to address this as a regression bugfix. Opening a PR with this in mind, presently.