rails-rspec
Toggle spec and tested file in rails project
wangyuhere 13,469 34 0.3.2 MIT GitHub

Rails Rspec Package

In rails project with rspec, toggle between spec and tested file in atom editor.

How to use

In the editor:

  • alt-ctrl-r: toggle between spec and tested ruby file.

Config

Multiple spec paths are supported. By default, find rspec files in "spec", "fast_spec".

  • rails-rspec.specSearchPaths: ['spec', 'fast_spec']
  • rails-rspec.specDefaultPath: 'spec'