This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
(define-minor-mode rails-rspec-fixture-minor-mode |
| 2 |
"Minor mode for RubyOnRails rspec fixtures." |
| 3 |
:lighter " RSpecFixture" |
| 4 |
:keymap (rails-model-layout:keymap :rspec-fixture) |
| 5 |
(setq rails-primary-switch-func 'rails-model-layout:switch-to-rspec-model) |
| 6 |
(setq rails-secondary-switch-func 'rails-model-layout:menu)) |
| 7 |
|
| 8 |
(provide 'rails-rspec-fixture-minor-mode) |