class Spring::Commands::Spinach

Public Instance Methods

env(*) click to toggle source
# File lib/spring/commands/spinach.rb, line 4
def env(*)
  ENV["SPINACH_ENV"] || "test"
end
exec_name() click to toggle source
# File lib/spring/commands/spinach.rb, line 8
def exec_name
  "spinach"
end