discourse/config/spring.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
303 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2013-04-23 22:00:14 -04:00
# spring speeds up your dev environment, similar to zeus but build in Ruby
#
# gem install spring
#
# spring binstub rails
# spring binstub rake
# spring binstub rspec
Spring.after_fork { Discourse.after_fork }
2013-04-23 22:00:14 -04:00
Spring::Commands::Rake.environment_matchers["spec"] = "test"