class Preseason::Recipe::Rspec
Public Instance Methods
prepare()
click to toggle source
# File lib/preseason/recipe/rspec.rb, line 2 def prepare run 'spring stop' # stop spring to allow rspec install, otherwise it hangs generate 'rspec:install' end