rspec-mode
rspec-mode copied to clipboard
An RSpec minor mode for Emacs
Enabled the option (rspec-allow-multiple-compilation-buffers) but when I run verify the output still goes into the `*rspec-compilation*`. On the contrary I wanted new buffer to be created, probably someone can advice....
This PR proposes to add the ability to run specs filtered by tag(s). It adds four functions: - `rspec-verify-tagged`: only verify the tag(s) in the current file - `rspec-verify-all-tagged`: only...
Hello! I searched the source code and checked the documentation but I didn't see very much about request specs. Is there anyway to set `rspec-toggle-spec-and-target` to match something in `spec/requests/{model-name}_spec.rb`...
Hello, I am having problems debugging with `binding.pry`. Whenever I want to go back in history using the up key, it breaks with this error: ```elisp (search-failed "\\(^>> *\\)\\|\\(^(rdb:1) *\\)\\|\\(^(byebug)...
I'm trying to run the specs with rspec-mode against docker but it always fails as it tries to run the specs locally (bundler not installed locally). I also can't figure...
_Originally posted by @gcentauri in https://github.com/pezra/rspec-mode/issues/157#issuecomment-447073912_
I started trying to write a test case for this and then ran into some difficulty modeling the file system. Basically if you have a spec file spec/lib/foo_spec.rb and the...
I could be doing something wrong here, but I have a set of spec files to be excluded and the `rake spec` task does that for me. Works fine from...
The maintainers of `FactoryGirl` have [decided to rename the project](https://robots.thoughtbot.com/factory_bot) to `FactoryBot`. There's some logic in `rspec-mode` that uses the string `"FactoryGirl"`, which may be an issue as folks switch...
This adds a check for the [`SPRING_DISABLE`](https://github.com/rails/spring#temporarily-disabling-spring) environment variable. Also note that even though Spring was not running it still tried to execute `spring rspec ...`. This resulted in Spring's...