/atom-rails-rspec

Toggle spec and tested file of rails project in atom editor

Primary LanguageCoffeeScriptMIT LicenseMIT

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'