Skip to content

zhisme/spring-commands-rspec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-commands-rspec

This gem implements the rspec command for Spring.

Install

Add this code to your rails app RAILS_APP/config/spring.rb

Or in your home directory ~/.spring.rb

See this for information https://github.com/rails/spring#configuration

require 'spring-commands-rspec'

%w[
  .ruby-version
  .rbenv-vars
  tmp/restart.txt
  tmp/caching-dev.txt
].each { |path| Spring.watch(path) }

Usage

Add to your Gemfile:

gem 'spring-commands-rspec', group: :development

If you're using spring binstubs, run bundle exec spring binstub rspec to generate bin/rspec. Then run spring stop to pick up the changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%